From c471e19f22671662011bc8256e4f942b2ae2fa50 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 4 Jan 2003 05:33:29 +0000 Subject: * 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 --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') 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 -- cgit v1.2.3