diff options
Diffstat (limited to 'src/entropy/win32_stats')
-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 02558b335..f2314ab0c 100644 --- a/src/entropy/win32_stats/es_win32.h +++ b/src/entropy/win32_stats/es_win32.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * Win32 Entropy Source * *************************************************/ -class Win32_EntropySource : public Buffered_EntropySource +class BOTAN_DLL Win32_EntropySource : public Buffered_EntropySource { private: void do_fast_poll(); |