summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/win32.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a61a170874..895c55d409 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 8822a0b29e..968e9b7bd2 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