28 May
2024
28 May
'24
8:41 p.m.
(nit) For consistency with other `ret` assignments, `ret` should only go from TRUE to FALSE. This invariant arguably makes understanding logic easier. ```suggestion:-0+0 ret = !status; ``` (and change `BOOL ret = FALSE;` -> `BOOL ret;`) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_67363