diff options
Diffstat (limited to 'tests/libtest/lib670.c')
-rw-r--r-- | tests/libtest/lib670.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib670.c b/tests/libtest/lib670.c index 2e6040714..aecb1c01f 100644 --- a/tests/libtest/lib670.c +++ b/tests/libtest/lib670.c @@ -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 |