diff options
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index c1dfa05234..2d9723616e 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -14,14 +14,6 @@ #endif
#endif
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
-#endif
-
-#ifndef _WIN32_IE
-#define _WIN32_IE 0x0501
-#endif
-
#include <limits>
#include <windows.h>
|