Aug. 15, 2026
4:59 a.m.
On Tue Aug 11 12:43:16 2026 +0000, Rémi Bernon wrote:
Well I don't know, but I can confidently say that having to use WINBOOL in place of BOOL in all the driver code is going to be a real pita. Dealing with all of our drivers style differences is already extremely annoying, I would really prefer not having to deal with that too. That's understandable, I think the best route then is to replace `BOOL` with `bool` in all the user funcs. It would be a lot of churn, but using standard data types is ultimately a good thing.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11333#note_148986