diff options
Diffstat (limited to 'plugins/CryptoPP')
-rw-r--r-- | plugins/CryptoPP/crypto/src/config.h | 4 | ||||
-rw-r--r-- | plugins/CryptoPP/src/commonheaders.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CryptoPP/crypto/src/config.h b/plugins/CryptoPP/crypto/src/config.h index a33577577e..02f05f1ca3 100644 --- a/plugins/CryptoPP/crypto/src/config.h +++ b/plugins/CryptoPP/crypto/src/config.h @@ -261,7 +261,7 @@ NAMESPACE_END #define CRYPTOPP_DISABLE_SSE2
#endif
-#ifdef WIN64
+#ifdef _WIN64
#define CRYPTOPP_DISABLE_ASM
#endif
@@ -317,7 +317,7 @@ NAMESPACE_END # define CRYPTOPP_NOINLINE __attribute__((noinline))
#else
# define CRYPTOPP_NOINLINE_DOTDOTDOT ...
-# define CRYPTOPP_NOINLINE
+# define CRYPTOPP_NOINLINE
#endif
// how to declare class constants
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
|