Paul Gofman (@gofman) commented about dlls/kernel32/tests/sync.c:
LARGE_INTEGER timeout; NTSTATUS status; DWORD ret;
- int i;
- HANDLE waitable_pseudohandles[] = {
NtCurrentProcess(),NtCurrentThread()
While we are here, might put ',' on the last element in list too.