summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
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;}