diff options
author | lloyd <[email protected]> | 2010-10-28 18:21:43 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-28 18:21:43 +0000 |
commit | 066c0618aaddf751989ee327660b567d88b2e198 (patch) | |
tree | 79b23c90182f42a3be56df854fe17ee0a34665cc /src/entropy/win32_stats/es_win32.h | |
parent | 7bd608843d0b68c989493552b4ab891f984bc171 (diff) |
These are internal headers and do not need public linkage
Diffstat (limited to 'src/entropy/win32_stats/es_win32.h')
-rw-r--r-- | src/entropy/win32_stats/es_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/win32_stats/es_win32.h b/src/entropy/win32_stats/es_win32.h index 2e46c773d..6c7c9ee09 100644 --- a/src/entropy/win32_stats/es_win32.h +++ b/src/entropy/win32_stats/es_win32.h @@ -15,7 +15,7 @@ namespace Botan { /** * Win32 Entropy Source */ -class BOTAN_DLL Win32_EntropySource : public EntropySource +class Win32_EntropySource : public EntropySource { public: std::string name() const { return "Win32 Statistics"; } |