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 --- dlltest.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dlltest.cpp') diff --git a/dlltest.cpp b/dlltest.cpp index 5d36df9..c74cbe7 100644 --- a/dlltest.cpp +++ b/dlltest.cpp @@ -1,3 +1,7 @@ +#ifndef CRYPTOPP_DLL_ONLY +#define CRYPTOPP_DEFAULT_NO_DLL +#endif + #include "dll.h" #include -- cgit v1.2.1