Fixed FileMonitor, Window, Thread, and Audio on Windows.
This commit is contained in:
@@ -75,7 +75,7 @@ namespace ehs
|
||||
if (hdl == EHS_INVALID_THREAD)
|
||||
return false;
|
||||
|
||||
#if defined(EHS_WINDOWS)
|
||||
#if defined(EHS_OS_WINDOWS)
|
||||
unsigned int r = WaitForSingleObject(hdl, timeout);
|
||||
if (r == WAIT_ABANDONED)
|
||||
{
|
||||
|
Reference in New Issue
Block a user