1
0

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:
madmaxoft@gmail.com 2012-01-31 12:10:40 +00:00
parent 154399ccd1
commit 14b09ee59b

View File

@ -31,6 +31,7 @@ private:
HANDLE m_Event;
#else
sem_t * m_Event;
bool m_bIsNamed;
#endif
} ;