On 1/11/22 16:43, LIU Hao wrote:
在 2022-01-11 03:29, Tom Ritter 写道:
I've changed BOOL -> WINBOOL (although this is the only use of WINBOOL
in the file....)

-tom



Thanks for the patch. I pushed it to master now.

Use of `WINBOOL` instead of `BOOL` (which is a typedef for `bool` in objc) is mandatory for new stuff. There may be some left-behind `BOOL`s but no one has complained about them so far.


While not very important in this case, we generally use BOOL in IDL files (where objc doesn't matter) and have -DBOOL=WINBOOL in widl invocation in Makefile.am so that generated headers use WINBOOL.


Thanks,

Jacek



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to