From 6748f3fd1d4d4b0067d9714c881f1e8728822f16 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 11 Jul 2003 19:54:02 +0000 Subject: fix for Unix git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@95 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- trdlocal.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'trdlocal.cpp') diff --git a/trdlocal.cpp b/trdlocal.cpp index e96c685..240f2a1 100644 --- a/trdlocal.cpp +++ b/trdlocal.cpp @@ -3,12 +3,11 @@ #include "pch.h" #ifndef CRYPTOPP_IMPORTS +#ifdef THREADS_AVAILABLE #include "trdlocal.h" #include -#ifdef THREADS_AVAILABLE - NAMESPACE_BEGIN(CryptoPP) ThreadLocalStorage::Err::Err(const std::string& operation, int error) @@ -68,5 +67,4 @@ void *ThreadLocalStorage::GetValue() const NAMESPACE_END #endif // #ifdef THREADS_AVAILABLE - #endif -- cgit v1.2.1