fix for Unix

import/raw
weidai 2003-07-11 19:54:02 +00:00
parent bf49693bc5
commit 65be1e7a24
1 changed files with 1 additions and 3 deletions

View File

@ -3,12 +3,11 @@
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#ifdef THREADS_AVAILABLE
#include "trdlocal.h"
#include <windows.h>
#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