summaryrefslogtreecommitdiff
path: root/trdlocal.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-11 19:55:26 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-11 19:55:26 +0000
commitca1d2138e7f87961f468b34059068af257cd5bc6 (patch)
tree11161aa64d7717b716948c4f4d81f8a42334d165 /trdlocal.cpp
parent6748f3fd1d4d4b0067d9714c881f1e8728822f16 (diff)
downloadcryptopp-ca1d2138e7f87961f468b34059068af257cd5bc6.tar.gz
fix for Unix
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@96 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'trdlocal.cpp')
-rw-r--r--trdlocal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/trdlocal.cpp b/trdlocal.cpp
index 240f2a1..6d6b822 100644
--- a/trdlocal.cpp
+++ b/trdlocal.cpp
@@ -6,7 +6,10 @@
#ifdef THREADS_AVAILABLE
#include "trdlocal.h"
+
+#ifdef HAS_WINTHREADS
#include <windows.h>
+#endif
NAMESPACE_BEGIN(CryptoPP)