11 Feb
2025
11 Feb
'25
1:22 a.m.
On Thu Feb 6 12:19:19 2025 +0000, Rémi Bernon wrote:
ioctl returns an int, not a NTSTATUS, it's also not very much used, what about getting rid of it (here and elsewhere below): ```suggestion:-1+0 if (ioctl( obj, NTSYNC_IOC_SEM_RELEASE, &count ) < 0) ``` No idea why I wrote it that way; changed in v3.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7226#note_94222