From 19fda68b23c621a6ebcb6db3eb9d2d9cf2046df6 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 May 2007 19:30:10 +0000 Subject: [PATCH] fix DLL compile --- trunk/c5/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/c5/misc.h b/trunk/c5/misc.h index 8dc91f2f..626c2656 100644 --- a/trunk/c5/misc.h +++ b/trunk/c5/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) {