diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-11 01:01:48 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-11 01:01:48 +0000 |
| commit | dbfcb1247b0615194c66a659c6a0caaf91236040 (patch) | |
| tree | 20b36f85dfde692d1dca1b861bdaaa2932cc7b9e | |
| parent | d884e260b0dd1cf2eec032fd49c7f0ca9f53dd15 (diff) | |
| download | ruby-dbfcb1247b0615194c66a659c6a0caaf91236040.tar.gz ruby-dbfcb1247b0615194c66a659c6a0caaf91236040.tar.xz ruby-dbfcb1247b0615194c66a659c6a0caaf91236040.zip | |
* win32/win32.h (write): not need to define on bcc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10252 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | win32/win32.h | 1 |
2 files changed, 4 insertions, 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> * lib/optparse.rb (OptionParser#getopts): new methods. diff --git a/win32/win32.h b/win32/win32.h index 8822a0b29..968e9b7bd 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -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 |
