fix for Unix
parent
e43a0491cd
commit
eae4a066e1
|
|
@ -3,12 +3,11 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
|
||||||
#ifndef CRYPTOPP_IMPORTS
|
#ifndef CRYPTOPP_IMPORTS
|
||||||
|
#ifdef THREADS_AVAILABLE
|
||||||
|
|
||||||
#include "trdlocal.h"
|
#include "trdlocal.h"
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#ifdef THREADS_AVAILABLE
|
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
ThreadLocalStorage::Err::Err(const std::string& operation, int error)
|
ThreadLocalStorage::Err::Err(const std::string& operation, int error)
|
||||||
|
|
@ -68,5 +67,4 @@ void *ThreadLocalStorage::GetValue() const
|
||||||
NAMESPACE_END
|
NAMESPACE_END
|
||||||
|
|
||||||
#endif // #ifdef THREADS_AVAILABLE
|
#endif // #ifdef THREADS_AVAILABLE
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue