* 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

@ -1,3 +1,7 @@
Sun Jun 11 10:00:57 2006 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.h (write): not need to define on bcc.
Sun Jun 11 08:30:33 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> Sun Jun 11 08:30:33 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/optparse.rb (OptionParser#getopts): new methods. * lib/optparse.rb (OptionParser#getopts): new methods.

View file

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