From c9751c13cbe4de23555e468ab72f8ef57c5f4746 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 10 Jul 2025 19:23:43 +0200 Subject: [PATCH] fixup --- lib/curl_threads.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/curl_threads.h b/lib/curl_threads.h index 3e9e53a4b1..d11b9cc0ba 100644 --- a/lib/curl_threads.h +++ b/lib/curl_threads.h @@ -48,6 +48,8 @@ # define Curl_mutex_acquire(m) EnterCriticalSection(m) # define Curl_mutex_release(m) LeaveCriticalSection(m) # define Curl_mutex_destroy(m) DeleteCriticalSection(m) +#else +# define CURL_STDCALL #endif #if defined(CURL_WINDOWS_UWP) || defined(UNDER_CE)