gdkscreen-win32.c: Also define _WIN32_WINNT

As in the last commit on gdkdisplay-win32.c, we need to define that to be
0x0600 (Vista) or later so that the items needed in the Windows headers be
activated.

See: https://bugzilla.gnome.org/show_bug.cgi?id=768081#c62
This commit is contained in:
Chun-wei Fan 2016-11-11 21:03:46 +08:00
parent 718efc2f59
commit fcd216a409

View File

@ -16,6 +16,9 @@
*/
#include "config.h"
#define _WIN32_WINNT 0x0600
#include "gdk.h"
#include "gdkprivate-win32.h"
#include "gdkscreenprivate.h"