mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 09:33:59 +02:00
* 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:
parent
6fbce7acac
commit
1c2b8571ee
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue