ithewei 7 年 前
コミット
c83723f6e4
1 ファイル変更0 行追加1 行削除
  1. 0 1
      hmutex.h

+ 0 - 1
hmutex.h

@@ -24,7 +24,6 @@ public:
 private:
     SRWLOCK _rwlock;
 };
-};
 #else
 class RWLock{
 public: