summaryrefslogtreecommitdiff
path: root/cpu.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 /cpu.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 'cpu.h')
-rwxr-xr-xcpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu.h b/cpu.h
index 7ec73d9..ab545d2 100755
--- a/cpu.h
+++ b/cpu.h
@@ -30,9 +30,9 @@ extern CRYPTOPP_DLL bool g_hasMMX;
extern CRYPTOPP_DLL bool g_hasSSSE3;
extern CRYPTOPP_DLL bool g_isP4;
extern CRYPTOPP_DLL word32 g_cacheLineSize;
-CRYPTOPP_DLL void DetectX86Features();
+CRYPTOPP_DLL void CRYPTOPP_API DetectX86Features();
-CRYPTOPP_DLL bool CpuId(word32 input, word32 *output);
+CRYPTOPP_DLL bool CRYPTOPP_API CpuId(word32 input, word32 *output);
#if CRYPTOPP_BOOL_X64
inline bool HasSSE2() {return true;}