From f7ebdd380d16a7be9713930b5ab41c32e996dcdb Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Mon, 24 Aug 2009 17:41:45 +0200 Subject: qglobal.h now has the definition for WINVER It became useless to have it for mingw here --- src/corelib/global/qt_windows.h | 7 ------- 1 file changed, 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 #ifdef _WIN32_WCE -- cgit v0.12