15 Aug
2025
15 Aug
'25
3:32 p.m.
On Fri Aug 15 15:32:18 2025 +0000, Jacek Caban wrote:
`DEFIEN_EXPECT` defines these as `BOOL`. While that's an integer in practice, let's avoid mixing types and change them to int, updating other macros to use 0/1 instead of `TRUE`/`FALSE`. I changed it for the macros, but not for other places in code where they do BOOL b = called_Invoke... as to not muck with others code too much.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8761#note_112929