mirror of
https://github.com/curl/curl.git
synced 2026-06-12 23:05:37 +03:00
drop redundant define
This commit is contained in:
parent
f610aa8a9d
commit
bd1ac3c696
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue