#define _WIN32_WINNT 0x0400 to get declaration of ReadDirectoryChangesW()
authorTor Lillqvist <tml@novell.com>
Fri, 16 May 2008 17:16:37 +0000 (17:16 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 16 May 2008 17:16:37 +0000 (17:16 +0000)
2008-05-16  Tor Lillqvist  <tml@novell.com>

* win32/gwin32directorymonitor.c: #define _WIN32_WINNT 0x0400 to
get declaration of ReadDirectoryChangesW() from Platform SDK headers.

svn path=/trunk/; revision=6893

gio/ChangeLog
gio/win32/gwin32directorymonitor.c

index 9063ada..c6e8749 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-16  Tor Lillqvist  <tml@novell.com>
+
+       * win32/gwin32directorymonitor.c: #define _WIN32_WINNT 0x0400 to
+       get declaration of ReadDirectoryChangesW() from Platform SDK headers.
+
 2008-05-13  Bastien Nocera  <hadess@hadess.net>
 
        * gfile.c (has_valid_scheme): A URI scheme must start with a
index 3db0f4a..b3db62d 100644 (file)
@@ -21,6 +21,8 @@
  * 
  */
 
+#define _WIN32_WINNT 0x0400
+
 #include "config.h"
 #include "gwin32directorymonitor.h"
 #include "giomodule.h"