lib3026.c use CURL_THREAD_RETURN_T, merge branches

This commit is contained in:
Viktor Szakats 2025-08-01 21:26:20 +02:00
parent 6d11b4a535
commit 0b9c55f6d9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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 <process.h>
static unsigned int WINAPI t3026_run_thread(void *ptr)
#endif
static CURL_THREAD_RETURN_T WINAPI t3026_run_thread(void *ptr)
{
CURLcode *result = ptr;