From d3cbcba11a72e554e03799f642a083990d48ae09 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 19:30:10 +0000 Subject: fix DLL compile git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@348 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 8dc91f2..626c265 100644 --- a/misc.h +++ b/misc.h @@ -394,7 +394,7 @@ inline CipherDir GetCipherDir(const T &obj) return obj.IsForwardTransformation() ? ENCRYPTION : DECRYPTION; } -void CallNewHandler(); +CRYPTOPP_DLL void CallNewHandler(); inline void IncrementCounterByOne(byte *inout, unsigned int s) { -- cgit v1.2.1