1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-13 06:01:03 +00:00

fix for mingw-w64

This commit is contained in:
tonobitc 2014-01-28 16:04:19 -08:00
parent d56d4ced64
commit 32b13ccb46

View File

@ -3044,7 +3044,7 @@ static void kill_mining(void)
if (thr && PTH(thr) != 0L)
pth = &thr->pth;
thr_info_cancel(thr);
#ifndef WIN32
#if !defined WIN32 || defined __MINGW64_VERSION_MAJOR
if (pth && *pth)
pthread_join(*pth, NULL);
#else