ithewei 7 vuotta sitten
vanhempi
commit
aaf2d56467
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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); }