Another cEvent fix, I wish I could get it finally right
git-svn-id: http://mc-server.googlecode.com/svn/trunk@201 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
154399ccd1
commit
14b09ee59b
@ -31,6 +31,7 @@ private:
|
|||||||
HANDLE m_Event;
|
HANDLE m_Event;
|
||||||
#else
|
#else
|
||||||
sem_t * m_Event;
|
sem_t * m_Event;
|
||||||
|
bool m_bIsNamed;
|
||||||
#endif
|
#endif
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user