summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:01:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:01:48 +0000
commit1c2b8571eedc9774624d28ac4323f11809f23b5c (patch)
tree20b36f85dfde692d1dca1b861bdaaa2932cc7b9e /win32
parent6fbce7acac317472f28df1b785c732e10b6e2ca6 (diff)
* 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
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h1
1 files changed, 0 insertions, 1 deletions
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