From 1bd9ffdd44000b208d29d35451f4dc9f1ac9318f Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Thu, 13 Dec 2018 18:24:30 +0800 Subject: windows: Set _WIN32_WINNT to 0x0601 (Windows 7) Also remove all defines in many places and define it in configure stage to keep consistency. --- src/qt/guiutil.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/qt') diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 71e987c8f4..ba0a5abdf3 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -21,10 +21,6 @@ #include #ifdef WIN32 -#ifdef _WIN32_WINNT -#undef _WIN32_WINNT -#endif -#define _WIN32_WINNT 0x0501 #ifdef _WIN32_IE #undef _WIN32_IE #endif -- cgit v1.2.3