mirror of
https://github.com/curl/curl.git
synced 2026-07-29 00:03:12 +03:00
drop hack for mingw-w64 v2 and older
This commit is contained in:
parent
4f9c083635
commit
41c32e861d
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue