mirror of
https://github.com/curl/curl.git
synced 2026-07-30 19:18:09 +03:00
fixup
This commit is contained in:
parent
6fa78b02ac
commit
c9751c13cb
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue