gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 129/264: lib670: use the same Win32 API check as all other lib t


From: gnunet
Subject: [gnurl] 129/264: lib670: use the same Win32 API check as all other lib tests
Date: Thu, 30 Apr 2020 16:07:12 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit f50bc76c99bb6fd8be257de4c0544837d8f997b6
Author: Marc Hoersken <address@hidden>
AuthorDate: Sun Apr 5 18:25:03 2020 +0200

    lib670: use the same Win32 API check as all other lib tests
---
 tests/libtest/lib670.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]