mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue