summaryrefslogtreecommitdiff
path: root/dll.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-07-11 19:16:35 +0000
committerweidai <weidai11@users.noreply.github.com>2003-07-11 19:16:35 +0000
commit12157494b2f78767cc21860380b3e500fe6dc488 (patch)
treed2cfba9dfea9a49eebfae99247ae1621c20b8938 /dll.h
parenta926c983381960320112cb86fb30e31d38bc07ab (diff)
downloadcryptopp-git-12157494b2f78767cc21860380b3e500fe6dc488.tar.gz
fix GCC compile
Diffstat (limited to 'dll.h')
-rw-r--r--dll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dll.h b/dll.h
index e2554be7..50ec948d 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