Minor fixes.

svn path=/trunk/; revision=449
This commit is contained in:
Eric Kohl 1999-05-11 15:28:34 +00:00
parent 3f9e43cbf2
commit 6bac8b1c92

View file

@ -85,9 +85,6 @@ CreateSemaphoreW(
}
return SemaphoreHandle;
}
HANDLE
@ -156,8 +153,6 @@ CreateMutexW(
return MutantHandle;
}
@ -188,6 +183,7 @@ DWORD STDCALL WaitForSingleObjectEx(HANDLE hHandle,
else
{
Time.LowPart = dwMilliseconds;
Time.HighPart = 0;
TimePtr = &Time;
}
@ -227,7 +223,7 @@ WaitForMultipleObjectsEx(
DWORD retCode;
Time.LowPart = dwMilliseconds;
Time.HighPart = 0;
errCode = NtWaitForMultipleObjects (
nCount,