From 41c32e861d7966a58a8ae4c2ee91624f7fe0ecb0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 27 Jul 2025 10:34:51 +0200 Subject: [PATCH] drop hack for mingw-w64 v2 and older --- lib/easy_lock.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/easy_lock.h b/lib/easy_lock.h index 2d705174be..909753f43a 100644 --- a/lib/easy_lock.h +++ b/lib/easy_lock.h @@ -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