On Thu, 14 Sep 2023, Biswapriyo Nath wrote:
+ BOOL *further_measurements_desired);Should it be WINBOOL?
The IDL files use plain BOOL; when generating the h headers, we apply a BOOL -> WINBOOL substitution (see e.g. Makefile.am). Only for BOOL within cpp_quote, we remap to WINBOOL already in the idl file.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
