1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

mswin32 DLEXT2

O_BINARY


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-05-16 15:50:49 +00:00
parent a5b607c895
commit 1fc61ca55f
7 changed files with 23 additions and 7 deletions

2
io.c
View file

@ -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);