#define _WIN32_WINNT 0x0400 to get declaration of ReadDirectoryChangesW()

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
This commit is contained in:
Tor Lillqvist 2008-05-16 17:16:37 +00:00 committed by Tor Lillqvist
parent e3127daf4e
commit a6cd26d656
2 changed files with 7 additions and 0 deletions

View 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> 2008-05-13 Bastien Nocera <hadess@hadess.net>
* gfile.c (has_valid_scheme): A URI scheme must start with a * gfile.c (has_valid_scheme): A URI scheme must start with a

View File

@ -21,6 +21,8 @@
* *
*/ */
#define _WIN32_WINNT 0x0400
#include "config.h" #include "config.h"
#include "gwin32directorymonitor.h" #include "gwin32directorymonitor.h"
#include "giomodule.h" #include "giomodule.h"