From 6302bcf0227d237a49af37862c335891222af339 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 10 Sep 2004 10:24:08 +0000 Subject: * 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 --- win32/win32.h | 1 - 1 file changed, 1 deletion(-) (limited to 'win32/win32.h') 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 -- cgit v1.2.3