summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-25 07:25:47 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-25 07:25:47 +0000
commit4ac587b201775ba44664233f67369d9e6f24ba16 (patch)
tree0855b50a441a47995d8364018b01d0041474d9f2 /misc.h
parent71a14f0fc23712e5f742f4022959dcd43d95d9a6 (diff)
downloadcryptopp-4ac587b201775ba44664233f67369d9e6f24ba16.tar.gz
fix missing CRYPTOPP_API
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@409 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
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)
{