* win32/win32.h (write): not need to define on bcc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2006-06-11 01:01:48 +00:00
parent 6fbce7acac
commit 1c2b8571ee
2 changed files with 4 additions and 1 deletions

View file

@ -130,7 +130,6 @@ extern DWORD rb_w32_osid(void);
#define read(h, b, l) _read(h, b, l)
#define tell(h) _tell(h)
#define unlink(p) _unlink(p)
#define write(h, b, l) _write(h, b, l)
#define _open _sopen
#define sopen _sopen
#undef fopen