Got Windows working again.
This commit is contained in:
parent
9ceed7c62d
commit
cce4419b9a
|
@ -121,7 +121,7 @@ threadSysError threadThreadWaitAndFree(threadThread *t)
|
|||
return 0;
|
||||
}
|
||||
|
||||
threadSysError timerSleep(threadDuration d)
|
||||
threadSysError threadSleep(threadDuration d)
|
||||
{
|
||||
HANDLE timer;
|
||||
LARGE_INTEGER duration;
|
||||
|
|
Loading…
Reference in New Issue