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

@ -41,11 +41,12 @@
#include "config.h"
#include "gdkprivate-win32.h"
#include <glib/gprintf.h>
#include "gdk.h"
#include "gdkdisplayprivate.h"
#include "gdkprivate-win32.h"
#include "gdkwin32.h"
#include "gdkkeysyms.h"
#include "gdkdevicemanager-win32.h"

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

View File

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

View File

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