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.