diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/system.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/system.cpp b/src/util/system.cpp index d8b70ee52c..bb9fcab59e 100644 --- a/src/util/system.cpp +++ b/src/util/system.cpp @@ -44,11 +44,6 @@ #pragma warning(disable:4717) #endif -#ifdef _WIN32_WINNT -#undef _WIN32_WINNT -#endif -#define _WIN32_WINNT 0x0501 - #ifdef _WIN32_IE #undef _WIN32_IE #endif |