aboutsummaryrefslogtreecommitdiffstats
path: root/win32/win32.h
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-10 10:24:08 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-10 10:24:08 +0000
commit6302bcf0227d237a49af37862c335891222af339 (patch)
treec2e2c1d38cb65d206d6a67c02a5abcb3ee00cf70 /win32/win32.h
parented1a776ae06b9b11ae7fe86c94f3a76dae969b41 (diff)
downloadruby-6302bcf0227d237a49af37862c335891222af339.tar.gz
* bcc32/Makefile.sub: bccwin32 port starts to use RTL dll.
(need to rebuild all) [ruby-dev:24138] * win32/win32.{h,c}: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6880 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 b2ad2a33ea..0a8f6d5257 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -108,7 +108,6 @@ extern "C++" {
#define perror(s) _perror(s)
#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