27 Jan
2025
27 Jan
'25
3:38 p.m.
Paul Gofman (@gofman) commented about dlls/ntdll/unix/sync.c:
*/ NTSTATUS WINAPI NtDelayExecution( BOOLEAN alertable, const LARGE_INTEGER *timeout ) { + NTSTATUS yield_result = STATUS_SUCCESS; Now that it is not 'yield result' from server_wait() should probably be named just 'status', also 'unsigned int'.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7169#note_92932