summaryrefslogtreecommitdiff
path: root/win32/win32.h
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 /win32/win32.h
parent8ee8a3edcdcdcccd29aa1f8c771d0fbf77a35791 (diff)
* 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
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 0 insertions, 1 deletions
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