W32: bump _WIN32_WINNT and WINVER to 0x600 (Vista)

Move gdkprivate-win32.h include to ensure that this change affects gdkevents-win32.c
This commit is contained in:
Руслан Ижбулатов
2015-04-29 07:24:35 +00:00
parent d44921a152
commit 5ed5d11632
4 changed files with 8 additions and 4 deletions

View File

@ -26,7 +26,8 @@
#define __GDK_PRIVATE_WIN32_H__
#ifndef WINVER
#define WINVER 0x0500
/* Vista or newer */
#define WINVER 0x0600
#endif
#ifndef _WIN32_WINNT