Aug. 17, 2026
7:18 a.m.
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.
I'm not sure we can change the win32u API. I think the easiest way is to have winemac specific helpers in .c files for any win32u call that needs to be made from the .m sources. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11333#note_149039