diff options
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h index d6eae14c33..aa2b79c773 100644 --- a/plugins/CryptoPP/src/commonheaders.h +++ b/plugins/CryptoPP/src/commonheaders.h @@ -9,7 +9,7 @@ #define _CRT_SECURE_NO_WARNINGS
#define _SCL_SECURE_NO_WARNINGS
#define NOMINMAX
- #ifndef WIN64
+ #ifndef _WIN64
#define _USE_32BIT_TIME_T
#endif
#endif
|