fixed comparison of thread handle to Null point rather than null handle
This commit is contained in:
parent
5d2311bcff
commit
c217ab5168
@ -124,7 +124,7 @@ void cIsThread::Stop(void)
|
|||||||
|
|
||||||
bool cIsThread::Wait(void)
|
bool cIsThread::Wait(void)
|
||||||
{
|
{
|
||||||
if (m_Handle == NULL)
|
if (m_Handle == NULL_HANDLE)
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user