summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-04 05:33:29 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-04 05:33:29 +0000
commitc471e19f22671662011bc8256e4f942b2ae2fa50 (patch)
treeb5297006f2bfff71b3e6cd38560d3cd51419a547 /win32
parent2ce6988e5561628095f15e755783dbca90b05dc0 (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@3282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 8ecfdb8393..12a475c180 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