From 8a6cd84bd31d9f5bbcc5f2256e156ed37326cf9b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 29 May 2013 14:04:14 +0000 Subject: no more WIN64, only _WIN64 git-svn-id: http://svn.miranda-ng.org/main/trunk@4832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/crypto/src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CryptoPP/crypto/src') 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 -- cgit v1.2.3