summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-16 02:08:34 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-16 02:08:34 +0000
commitc41890583f013a7a9f2694b28930917648b58304 (patch)
tree5f4f0115c34f55639d18ee888789355c16276602 /win32/win32.h
parent62db7d54840e405aac59917b5de3b27cf180cd57 (diff)
* win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10728 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 86f5a2cae3..48646da7a3 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -127,7 +127,6 @@ extern DWORD rb_w32_osid(void);
#define eof() _eof()
#define filelength(h) _filelength(h)
#define mktemp(t) _mktemp(t)
-#define read(h, b, l) _read(h, b, l)
#define tell(h) _tell(h)
#define unlink(p) _unlink(p)
#define _open _sopen