aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:00:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:00:10 +0000
commit2059d39e981a884a7c03a933ababca2835773c1c (patch)
tree1c638dd9ad7e9bacfc98b128cdbb690736b43bba
parent8ee8a3edcdcdcccd29aa1f8c771d0fbf77a35791 (diff)
downloadruby-2059d39e981a884a7c03a933ababca2835773c1c.tar.gz
* win32/win32.h (write): not need to define on bcc.
* ChangeLog: fixed typo :) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--win32/win32.h1
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf07daed78..1a5326beca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jun 11 09:56:41 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.
@@ -8,7 +12,7 @@ Sun Jun 11 07:27:11 2006 NAKAMURA Usaku <usa@ruby-lang.org>
Sun Jun 11 04:38:20 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.
+ * object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupport.
Sat Jun 10 18:02:40 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
diff --git a/win32/win32.h b/win32/win32.h
index fda4485662..7991996db2 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -119,7 +119,6 @@ extern DWORD rb_w32_osid(void);
#define filelength(h) _filelength(h)
#define mktemp(t) _mktemp(t)
#define tell(h) _tell(h)
-#define write(h, b, l) _write(h, b, l)
#define _open _sopen
#define sopen _sopen
#undef fstat