From 08eb26241ab16467fe309b1ac1d9fb45e13950fd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 21:50:33 +0200 Subject: [PATCH] sync callconv --- tests/libtest/lib3026.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib3026.c b/tests/libtest/lib3026.c index 6b32940b79..d75b27d656 100644 --- a/tests/libtest/lib3026.c +++ b/tests/libtest/lib3026.c @@ -27,7 +27,7 @@ #ifdef _WIN32 #include -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;