summaryrefslogtreecommitdiff
path: root/dll.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-11 19:16:35 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-11 19:16:35 +0000
commitb4a86556710cc5933a2b67458f957eee2056fe18 (patch)
treed2cfba9dfea9a49eebfae99247ae1621c20b8938 /dll.cpp
parent279d29ae1c0b0080016e77b6ec9618e08eb2effe (diff)
downloadcryptopp-b4a86556710cc5933a2b67458f957eee2056fe18.tar.gz
fix GCC compile
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@92 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'dll.cpp')
-rw-r--r--dll.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dll.cpp b/dll.cpp
index 8457abd..d8638a9 100644
--- a/dll.cpp
+++ b/dll.cpp
@@ -1,6 +1,7 @@
// dll.cpp - written and placed in the public domain by Wei Dai
#define CRYPTOPP_MANUALLY_INSTANTIATE_TEMPLATES
+#define CRYPTOPP_DEFAULT_NO_DLL
#include "dll.h"
#pragma warning(default: 4660)