The __BOOL_DEFINED Macro

Syntax

This macro is not built in when compiling with the /noBool option. When it is built in, the macro is __BOOL_DEFINED only, with no argument list.

Expansion

When the __BOOL_DEFINED macro is built in, it expands to the text for the integer constant 1 in decimal notation.