mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
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:
parent
718efc2f59
commit
fcd216a409
@ -16,6 +16,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#define _WIN32_WINNT 0x0600
|
||||
|
||||
#include "gdk.h"
|
||||
#include "gdkprivate-win32.h"
|
||||
#include "gdkscreenprivate.h"
|
||||
|
Loading…
Reference in New Issue
Block a user