diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-02 16:43:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-02 16:43:16 +0000 |
commit | 1dceff07ca0ec972631cdd550ca63c98f6738400 (patch) | |
tree | 68344dc54dd7188e17f958accdfeeb6fdc68699e /plugins/CryptoPP/crypto | |
parent | 362873214b805e01f448a0c2425c6e64e8e331e2 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/crypto')
-rw-r--r-- | plugins/CryptoPP/crypto/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
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
|