ithewei 7 年 前
コミット
aaf2d56467
1 ファイル変更1 行追加1 行削除
  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); }