drop hack for mingw-w64 v2 and older

This commit is contained in:
Viktor Szakats 2025-07-27 10:34:51 +02:00
parent 4f9c083635
commit 41c32e861d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -30,12 +30,6 @@
#if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
#ifdef __MINGW32__
#ifndef SRWLOCK_INIT
#define SRWLOCK_INIT NULL
#endif
#endif /* __MINGW32__ */
#define curl_simple_lock SRWLOCK
#define CURL_SIMPLE_LOCK_INIT SRWLOCK_INIT