summaryrefslogtreecommitdiff
path: root/trdlocal.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-04 00:17:37 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-04 00:17:37 +0000
commit572fe07633123ce38abf28c6426356e37aef3a99 (patch)
tree0536d87e504a82920156c239bc5ae6aa43e70ebc /trdlocal.h
parent3e8c979ddc194e043567c036321e67c89f847362 (diff)
downloadcryptopp-572fe07633123ce38abf28c6426356e37aef3a99.tar.gz
create DLL version, fix GetNextIV() bug in CTR and OFB modes
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@87 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'trdlocal.h')
-rw-r--r--trdlocal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/trdlocal.h b/trdlocal.h
index f07b793..92d244a 100644
--- a/trdlocal.h
+++ b/trdlocal.h
@@ -8,8 +8,7 @@
#include "misc.h"
#ifdef HAS_WINTHREADS
-#include <windows.h>
-typedef DWORD ThreadLocalIndexType;
+typedef unsigned long ThreadLocalIndexType;
#else
#include <pthread.h>
typedef pthread_key_t ThreadLocalIndexType;
@@ -18,7 +17,7 @@ typedef pthread_key_t ThreadLocalIndexType;
NAMESPACE_BEGIN(CryptoPP)
//! thread local storage
-class ThreadLocalStorage : public NotCopyable
+class CRYPTOPP_DLL ThreadLocalStorage : public NotCopyable
{
public:
//! exception thrown by ThreadLocalStorage class