1
0
forked from 0ad/0ad

0 -> FALSE + add/removed debug code

This was SVN commit r1166.
This commit is contained in:
janwas 2004-09-19 18:44:21 +00:00
parent 1166c2a22c
commit c3ed7df432

View File

@ -706,7 +706,8 @@ debug_out("aio_suspend cb=%p\n", cbs[0]);
if(ts) if(ts)
timeout = (DWORD)(ts->tv_sec*1000 + ts->tv_nsec/1000000); timeout = (DWORD)(ts->tv_sec*1000 + ts->tv_nsec/1000000);
DWORD result = WaitForMultipleObjects(cnt, hs, 0, timeout); DWORD result = WaitForMultipleObjects(cnt, hs, FALSE, timeout);
for(i = 0; i < cnt; i++) for(i = 0; i < cnt; i++)
ResetEvent(hs[i]); ResetEvent(hs[i]);