mirror of
https://github.com/curl/curl.git
synced 2026-05-06 08:37:29 +03:00
lib670: use the same Win32 API check as all other lib tests
This commit is contained in:
parent
45b843cbb8
commit
f50bc76c99
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ int test(char *URL)
|
|||
mres = curl_multi_fdset(multi, &fdread, &fdwrite, &fdexcept, &maxfd);
|
||||
if(mres)
|
||||
break;
|
||||
#ifdef _WIN32
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
if(maxfd == -1)
|
||||
Sleep(100);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue