summaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 15:50:49 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 15:50:49 +0000
commitbc9f3cf198ad1d1415e58f2ce8109d84c7cb3c30 (patch)
tree17ef52b583dd03e0f5348336d0cd13744bdd3f77 /io.c
parent4edf51453bee5673d15f65dc271e4dade5b5ea0e (diff)
downloadruby-bc9f3cf198ad1d1415e58f2ce8109d84c7cb3c30.tar.gz
ruby-bc9f3cf198ad1d1415e58f2ce8109d84c7cb3c30.tar.xz
ruby-bc9f3cf198ad1d1415e58f2ce8109d84c7cb3c30.zip
mswin32 DLEXT2
O_BINARY git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index cf244d1eb..2ffb17467 100644
--- a/io.c
+++ b/io.c
@@ -1133,7 +1133,7 @@ VALUE
rb_io_binmode(io)
VALUE io;
{
-#if defined _IOBIN || defined O_BINARY
+#if defined(NT) || defined(DJGPP) || defined(__CYGWIN__) || defined(__human68k__) || defined(__EMX__)
OpenFile *fptr;
GetOpenFile(io, fptr);