drop redundant define

This commit is contained in:
Viktor Szakats 2025-09-04 02:16:48 +02:00
parent f610aa8a9d
commit bd1ac3c696
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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