mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Make hsRefCnt atomic, and merge with hsAtomicRefCnt
This commit is contained in:
@ -88,7 +88,7 @@ public:
|
||||
BOOL TryEnter () { return TryEnterCriticalSection(&m_handle); }
|
||||
};
|
||||
|
||||
class CNtWaitHandle : public hsAtomicRefCnt {
|
||||
class CNtWaitHandle : public hsRefCnt {
|
||||
HANDLE m_event;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user