diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-08-24 15:41:45 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-08-24 15:42:27 (GMT) |
commit | f7ebdd380d16a7be9713930b5ab41c32e996dcdb (patch) | |
tree | 98c56d3957094c944c863482d73c36c0089dd53c /src/corelib | |
parent | 5bf8c45eb690caa8fd1ecb632d0c5fcbfddf250d (diff) | |
download | Qt-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')
-rw-r--r-- | src/corelib/global/qt_windows.h | 7 |
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 |