diff config.h.mingw @ 21174:6e0c99e134c2

Fix the win32 build for the file synchronization changes. Hopefully this will fix some of the occasional issues that people have had on Windows with their files getting corrupted on power failure or something.
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 09 Nov 2007 01:39:51 +0000
parents daf98e539358
children 008cfc009d0e
line wrap: on
line diff
--- a/config.h.mingw	Thu Nov 08 19:50:22 2007 +0000
+++ b/config.h.mingw	Fri Nov 09 01:39:51 2007 +0000
@@ -410,3 +410,6 @@
  */
 #define HAVE_VSNPRINTF 1
 
+#define HAVE_FILENO 1
+
+