sync callconv

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

View file

@ -27,7 +27,7 @@
#ifdef _WIN32
#include <process.h>
static CURL_THREAD_RETURN_T WINAPI t3026_run_thread(void *ptr)
static CURL_THREAD_RETURN_T __stdcall t3026_run_thread(void *ptr)
{
CURLcode *result = ptr;