Got Windows working again.

This commit is contained in:
Pietro Gagliardi 2020-01-28 21:29:45 -05:00
parent 9ceed7c62d
commit cce4419b9a
5 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ threadSysError threadThreadWaitAndFree(threadThread *t)
return 0;
}
threadSysError timerSleep(threadDuration d)
threadSysError threadSleep(threadDuration d)
{
HANDLE timer;
LARGE_INTEGER duration;