summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qt_windows.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-10-26 15:14:18 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2017-10-26 15:14:18 +0000
commitf79e7c07237efcefe27d6ed5090e552cd9722e3d (patch)
tree9a1d1ac6576e882e8a8239b0fbb29fd3ddf2e4ad /src/corelib/global/qt_windows.h
parentea284937eaf27709e7a10a0a7b43e0bc91d4aa36 (diff)
parentfa9d12f4a20d618caedc77880459fa1af75fd50d (diff)
Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging/dev
Diffstat (limited to 'src/corelib/global/qt_windows.h')
-rw-r--r--src/corelib/global/qt_windows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qt_windows.h b/src/corelib/global/qt_windows.h
index bc48104edc..67ba27f072 100644
--- a/src/corelib/global/qt_windows.h
+++ b/src/corelib/global/qt_windows.h
@@ -48,10 +48,10 @@
#if defined(Q_CC_MINGW)
// mingw's windows.h does not set _WIN32_WINNT, resulting breaking compilation
# ifndef WINVER
-# define WINVER 0x600
+# define WINVER 0x601
# endif
# ifndef _WIN32_WINNT
-# define _WIN32_WINNT 0x600
+# define _WIN32_WINNT 0x601
# endif
# ifndef NTDDI_VERSION
# define NTDDI_VERSION 0x06000000