diff options
author | Jack Lloyd <[email protected]> | 2017-09-19 13:07:29 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-19 22:30:44 -0400 |
commit | 2f4b1610dc0b273c66c494e7bbef0116d9fd6511 (patch) | |
tree | 34cd53c634d3eaab362382193757cbb247dcdae2 /src/lib/utils/cpuid/cpuid.h | |
parent | d179678fe398d9fba22b204a576747397e01d584 (diff) |
More annotations
Diffstat (limited to 'src/lib/utils/cpuid/cpuid.h')
-rw-r--r-- | src/lib/utils/cpuid/cpuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/cpuid/cpuid.h b/src/lib/utils/cpuid/cpuid.h index b32d040ea..061e2d124 100644 --- a/src/lib/utils/cpuid/cpuid.h +++ b/src/lib/utils/cpuid/cpuid.h @@ -33,7 +33,7 @@ namespace Botan { * thread-unsafe mechanism involving executing probe functions which * catching SIGILL signal is used. */ -class BOTAN_DLL CPUID +class BOTAN_PUBLIC_API(2,1) CPUID { public: /** |