From 6ebefaae2072d70c2ca733402545fcc7775ad978 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 May 2022 11:50:49 +0200 Subject: Minor tweaks to own C++14 threads implementation on MinGW --- libbutl/mingw-mutex.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libbutl/mingw-mutex.hxx') diff --git a/libbutl/mingw-mutex.hxx b/libbutl/mingw-mutex.hxx index 375a572..d297786 100644 --- a/libbutl/mingw-mutex.hxx +++ b/libbutl/mingw-mutex.hxx @@ -81,11 +81,6 @@ namespace mingw_stdthread // Slim Reader-Writer (SRW)-based implementation that requires Windows 7. // -#if !defined(SRWLOCK_INIT) -#error SRWLOCK_INIT macro is not defined -//#define SRWLOCK_INIT {0} -#endif - class mutex { protected: -- cgit v1.1