aboutsummaryrefslogtreecommitdiff
path: root/libbutl/mingw-mutex.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-05-11 11:50:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-05-11 11:50:49 +0200
commit6ebefaae2072d70c2ca733402545fcc7775ad978 (patch)
tree7cd89a896f2139622c3bbb93ed8df4118394df9a /libbutl/mingw-mutex.hxx
parent30c675400f56e6d4636e8f8f2b347655581613da (diff)
Minor tweaks to own C++14 threads implementation on MinGW
Diffstat (limited to 'libbutl/mingw-mutex.hxx')
-rw-r--r--libbutl/mingw-mutex.hxx5
1 files changed, 0 insertions, 5 deletions
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: