1
0

CMake support

This commit is contained in:
Scott E. Graves
2017-03-15 12:35:17 -05:00
parent 2b690f83c2
commit aa460952fa

View File

@@ -20,7 +20,9 @@ CAutoThread::CAutoThread(const CSiaCurl& siaCurl, CSiaDriveConfig* siaDriveConfi
CAutoThread::~CAutoThread()
{
StopAutoThread();
#ifdef _WIN32
::CloseHandle(_stopEvent);
#endif
}
SiaHostConfig CAutoThread::GetHostConfig() const