summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-08-24 15:41:45 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-08-24 15:42:27 (GMT)
commitf7ebdd380d16a7be9713930b5ab41c32e996dcdb (patch)
tree98c56d3957094c944c863482d73c36c0089dd53c /src/corelib/global
parent5bf8c45eb690caa8fd1ecb632d0c5fcbfddf250d (diff)
downloadQt-f7ebdd380d16a7be9713930b5ab41c32e996dcdb.zip
Qt-f7ebdd380d16a7be9713930b5ab41c32e996dcdb.tar.gz
Qt-f7ebdd380d16a7be9713930b5ab41c32e996dcdb.tar.bz2
qglobal.h now has the definition for WINVER
It became useless to have it for mingw here
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qt_windows.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/corelib/global/qt_windows.h b/src/corelib/global/qt_windows.h
index dd722f9..6e3f242 100644
--- a/src/corelib/global/qt_windows.h
+++ b/src/corelib/global/qt_windows.h
@@ -53,13 +53,6 @@
#endif
#endif
-#if defined(Q_CC_MINGW)
-// mingw's windows.h does not set _WIN32_WINNT, resulting breaking compilation
-#ifndef WINVER
-#define WINVER 0x500
-#endif
-#endif
-
#include <windows.h>
#ifdef _WIN32_WCE