From 572fe07633123ce38abf28c6426356e37aef3a99 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 Jul 2003 00:17:37 +0000 Subject: 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 --- trdlocal.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'trdlocal.h') 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 -typedef DWORD ThreadLocalIndexType; +typedef unsigned long ThreadLocalIndexType; #else #include 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 -- cgit v1.2.1