From cbcd7b07f8f521ed49f5a21846b9bc91fef1e647 Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 19 Jun 2004 11:16:59 +0000 Subject: [PATCH] *** empty log message *** --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a0b98e69..1089c11c 100644 --- a/config.h +++ b/config.h @@ -182,7 +182,7 @@ NAMESPACE_END #endif // CodeWarrior defines _MSC_VER -#if !defined(CRYPTOPP_DISABLE_X86ASM) && (defined(_MSC_VER) && !defined(__MWERKS__) && defined(_M_IX86)) || (defined(__GNUC__) && defined(__i386__)) +#if !defined(CRYPTOPP_DISABLE_X86ASM) && ((defined(_MSC_VER) && !defined(__MWERKS__) && defined(_M_IX86)) || (defined(__GNUC__) && defined(__i386__))) #define CRYPTOPP_X86ASM_AVAILABLE #endif