lib670: use the same Win32 API check as all other lib tests
This commit is contained in:
Родитель
45b843cbb8
Коммит
f50bc76c99
|
@ -210,7 +210,7 @@ int test(char *URL)
|
||||||
mres = curl_multi_fdset(multi, &fdread, &fdwrite, &fdexcept, &maxfd);
|
mres = curl_multi_fdset(multi, &fdread, &fdwrite, &fdexcept, &maxfd);
|
||||||
if(mres)
|
if(mres)
|
||||||
break;
|
break;
|
||||||
#ifdef _WIN32
|
#if defined(WIN32) || defined(_WIN32)
|
||||||
if(maxfd == -1)
|
if(maxfd == -1)
|
||||||
Sleep(100);
|
Sleep(100);
|
||||||
else
|
else
|
||||||
|
|
Загрузка…
Ссылка в новой задаче