im.pidgin.pidgin: fe73a4c30100b8f65013f27f2354205dc56dcc35

datallah at pidgin.im datallah at pidgin.im
Thu Nov 8 20:45:47 EST 2007


-----------------------------------------------------------------
Revision: fe73a4c30100b8f65013f27f2354205dc56dcc35
Ancestor: 7d51d92656a386ecd5d02f6b22db9f7153ca157b
Author: datallah at pidgin.im
Date: 2007-11-09T01:39:51
Branch: im.pidgin.pidgin

Modified files:
        config.h.mingw libpurple/win32/libc_interface.h

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- config.h.mingw	3ab40f878017637a9a8b0c78991be1a992c71d9f
+++ config.h.mingw	3b267d5bc2024e7f5bda432a4a92993c02e9054f
@@ -410,3 +410,6 @@
  */
 #define HAVE_VSNPRINTF 1
 
+#define HAVE_FILENO 1
+
+
============================================================
--- libpurple/win32/libc_interface.h	5841a6d5078b45b3dac291bfa1517144d875c1d1
+++ libpurple/win32/libc_interface.h	762a8c1c3cfaf60c7716302b6d33f157c5c1d7fa
@@ -121,6 +121,8 @@ wpurple_gethostname( name, size )
 #define gethostname( name, size ) \
 wpurple_gethostname( name, size )
 
+#define fsync(fd) _commit(fd)
+
 /* sys/time.h */
 #define gettimeofday( timeval, timezone ) \
 wpurple_gettimeofday( timeval, timezone )


More information about the Commits mailing list