30 Oct
2025
30 Oct
'25
7:27 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9305#note_120167