summaryrefslogtreecommitdiff
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
commit1fc61ca55fd736dbe63c37abde8239601ce3b2aa (patch)
tree17ef52b583dd03e0f5348336d0cd13744bdd3f77 /io.c
parenta5b607c895adfb751c273e51fea101935d94e103 (diff)
mswin32 DLEXT2
O_BINARY git-svn-id: svn+ssh://ci.ruby-lang.org/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 cf244d1eb0..2ffb174675 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);