From 4ac587b201775ba44664233f67369d9e6f24ba16 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 25 Sep 2007 07:25:47 +0000 Subject: fix missing CRYPTOPP_API git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@409 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 132db7c..d9b22a6 100644 --- a/misc.h +++ b/misc.h @@ -395,7 +395,7 @@ inline CipherDir GetCipherDir(const T &obj) return obj.IsForwardTransformation() ? ENCRYPTION : DECRYPTION; } -CRYPTOPP_DLL void CallNewHandler(); +CRYPTOPP_DLL void CRYPTOPP_API CallNewHandler(); inline void IncrementCounterByOne(byte *inout, unsigned int s) { -- cgit v1.2.1