mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
#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:
parent
e3127daf4e
commit
a6cd26d656
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user