summaryrefslogtreecommitdiffstats
path: root/lib/easy_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/easy_lock.h')
-rw-r--r--lib/easy_lock.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/easy_lock.h b/lib/easy_lock.h
index 6399a39..d3fffd0 100644
--- a/lib/easy_lock.h
+++ b/lib/easy_lock.h
@@ -31,13 +31,6 @@
#if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x600
#ifdef __MINGW32__
-#ifndef __MINGW64_VERSION_MAJOR
-#if (__MINGW32_MAJOR_VERSION < 5) || \
- (__MINGW32_MAJOR_VERSION == 5 && __MINGW32_MINOR_VERSION == 0)
-/* mingw >= 5.0.1 defines SRWLOCK, and slightly different from MS define */
-typedef PVOID SRWLOCK, *PSRWLOCK;
-#endif
-#endif
#ifndef SRWLOCK_INIT
#define SRWLOCK_INIT NULL
#endif