17 Sep
2025
17 Sep
'25
8:56 a.m.
Alfred Agrell (@Alcaro) commented about dlls/ntdll/unix/sync.c:
return STATUS_SUCCESS; }
+extern unsigned int check_signal_access( struct inproc_sync *sync ) +{ + switch (sync->type) + { + case INPROC_SYNC_INTERNAL: + return STATUS_OBJECT_TYPE_MISMATCH;
Shouldn't the return type be NTSTATUS? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8984#note_116052