This commit is contained in:
Viktor Szakats 2025-07-10 19:23:43 +02:00
parent 6fa78b02ac
commit c9751c13cb
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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)