From b4a86556710cc5933a2b67458f957eee2056fe18 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 11 Jul 2003 19:16:35 +0000 Subject: fix GCC compile git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@92 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- dll.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dll.h') diff --git a/dll.h b/dll.h index e2554be..50ec948 100644 --- a/dll.h +++ b/dll.h @@ -1,7 +1,7 @@ #ifndef CRYPTOPP_DLL_H #define CRYPTOPP_DLL_H -#if !defined(CRYPTOPP_IMPORTS) && !defined(CRYPTOPP_EXPORTS) && !defined(CRYPTOPP_NO_DLL) +#if !defined(CRYPTOPP_IMPORTS) && !defined(CRYPTOPP_EXPORTS) && !defined(CRYPTOPP_DEFAULT_NO_DLL) #ifdef CRYPTOPP_CONFIG_H #error To use the DLL version of Crypto++, this file must be included before any other Crypto++ header files. #endif -- cgit v1.2.1