From f50bc76c99bb6fd8be257de4c0544837d8f997b6 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 5 Apr 2020 18:25:03 +0200 Subject: lib670: use the same Win32 API check as all other lib tests --- tests/libtest/lib670.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') 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 -- cgit v1.2.3