summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-24 14:52:25 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-24 14:52:25 +0000
commitf4960beffe46f4da67fc529c1c8d845fd3b6bef1 (patch)
treeb2bb52625700bb754ca51de05e5b25b0c0ff0239 /win32/win32.h
parent3d35bc31f42ef1652341bbb40187a0809e1a8241 (diff)
* bcc32/Makefile.sub: bcc32 should use RTL dll (backport from HEAD)
[ruby-dev:25306] * win32/win32.[ch]: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7653 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 005e335e21..8d3284948b 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -107,7 +107,6 @@ extern "C++" {
#define mktemp(t) _mktemp(t)
#define read(h, b, l) _read(h, b, l)
#define tell(h) _tell(h)
-#define umask(m) _umask(m)
#define unlink(p) _unlink(p)
#define write(h, b, l) _write(h, b, l)
#define _open _sopen