ithewei il y a 7 ans
Parent
commit
aaf2d56467
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hmutex.h

+ 1 - 1
hmutex.h

@@ -5,7 +5,7 @@
 
 #include "hplatform.h"
 
-#ifdef _WIN32
+#ifdef _MSC_VER
 class RWLock {
  public:
     RWLock() { InitializeSRWLock(&_rwlock); }