From 0b9c55f6d926a78cc688bce3d102c0d700c369cc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 21:26:20 +0200 Subject: [PATCH] lib3026.c use CURL_THREAD_RETURN_T, merge branches --- tests/libtest/lib3026.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/libtest/lib3026.c b/tests/libtest/lib3026.c index 2b35a25841..6b32940b79 100644 --- a/tests/libtest/lib3026.c +++ b/tests/libtest/lib3026.c @@ -26,12 +26,8 @@ #define NUM_THREADS 100 #ifdef _WIN32 -#if defined(CURL_WINDOWS_UWP) || defined(UNDER_CE) -static DWORD WINAPI t3026_run_thread(LPVOID ptr) -#else #include -static unsigned int WINAPI t3026_run_thread(void *ptr) -#endif +static CURL_THREAD_RETURN_T WINAPI t3026_run_thread(void *ptr) { CURLcode *result = ptr;