From bd1ac3c696b4fda567167143835858d8bbd10d38 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 4 Sep 2025 02:16:48 +0200 Subject: [PATCH] drop redundant define --- lib/curl_threads.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/curl_threads.h b/lib/curl_threads.h index c8dffa3585..cb85a42d0a 100644 --- a/lib/curl_threads.h +++ b/lib/curl_threads.h @@ -49,8 +49,6 @@ # 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(USE_THREADS_POSIX) || defined(USE_THREADS_WIN32)