diff options
author | Chun Kuan Lee <ken2812221@gmail.com> | 2018-12-13 18:24:30 +0800 |
---|---|---|
committer | Chun Kuan Lee <ken2812221@gmail.com> | 2019-01-23 16:28:27 +0800 |
commit | 1bd9ffdd44000b208d29d35451f4dc9f1ac9318f (patch) | |
tree | a2f891b8606a0833f14914eb7235e923038480ff /src/support/lockedpool.cpp | |
parent | 82cf6813a4ef1b4a5439eb6cddb1ab426f3c31a2 (diff) |
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Also remove all defines in many places and define it in configure stage to keep consistency.
Diffstat (limited to 'src/support/lockedpool.cpp')
-rw-r--r-- | src/support/lockedpool.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/support/lockedpool.cpp b/src/support/lockedpool.cpp index 627018083e..5c2050e4a2 100644 --- a/src/support/lockedpool.cpp +++ b/src/support/lockedpool.cpp @@ -10,10 +10,6 @@ #endif #ifdef WIN32 -#ifdef _WIN32_WINNT -#undef _WIN32_WINNT -#endif -#define _WIN32_WINNT 0x0501 #define WIN32_LEAN_AND_MEAN 1 #ifndef NOMINMAX #define NOMINMAX |