17 Sep
2025
17 Sep
'25
8:56 a.m.
Alfred Agrell (@Alcaro) commented about dlls/ntdll/unix/sync.c:
struct inproc_sync { - int fd; - unsigned int access; - unsigned int type : 2; + int fd; /* unix file descriptor */ + unsigned int access; /* handle access rights */ + unsigned int type; /* enum inproc_sync_type as short to save space */
That's a strange way to spell short. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8984#note_116051