From 1dceff07ca0ec972631cdd550ca63c98f6738400 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 2 Jul 2012 16:43:16 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/crypto/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/CryptoPP/crypto') diff --git a/plugins/CryptoPP/crypto/config.h b/plugins/CryptoPP/crypto/config.h index cc088e3f09..a33577577e 100644 --- a/plugins/CryptoPP/crypto/config.h +++ b/plugins/CryptoPP/crypto/config.h @@ -261,6 +261,10 @@ NAMESPACE_END #define CRYPTOPP_DISABLE_SSE2 #endif +#ifdef WIN64 +#define CRYPTOPP_DISABLE_ASM +#endif + #if !defined(CRYPTOPP_DISABLE_ASM) && ((defined(_MSC_VER) && defined(_M_IX86)) || (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)))) #define CRYPTOPP_X86_ASM_AVAILABLE -- cgit v1.2.3