diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-04 05:33:29 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-01-04 05:33:29 +0000 |
| commit | 2dad828a89001002da36d492d1631b2476af6756 (patch) | |
| tree | b5297006f2bfff71b3e6cd38560d3cd51419a547 /win32 | |
| parent | 63ead8c4f9169609275e329d7b29628358029d42 (diff) | |
| download | ruby-2dad828a89001002da36d492d1631b2476af6756.tar.gz ruby-2dad828a89001002da36d492d1631b2476af6756.tar.xz ruby-2dad828a89001002da36d492d1631b2476af6756.zip | |
* configure.in: set rb_cv_need_io_flush_between_seek=yes.
* win32/Makefile.sub (config.h): define NEED_IO_FLUSH_BETWEE_SEEK.
(pointed out by moriq [ruby-dev:19299])
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 8ecfdb839..12a475c18 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -260,6 +260,7 @@ config.h: Makefile $(srcdir)/win32/Makefile.sub #define HAVE_DAYLIGHT 1 #define SETPGRP_VOID 1 #define inline __inline +#define NEED_IO_FLUSH_BETWEEN_RW 1 #define RSHIFT(x,y) ((x)>>(int)y) #define FILE_COUNT _cnt #define FILE_READPTR _ptr |
