GCCE fixes (Bug 2971) (see also Bug 1713 on CompilerCompatibilty branch) : Remove overqualified method name and change check for ULong to not try and test typedef
/** @file ../include/stdbool.h
@internalComponent
*/
/** @def __bool_true_false_are_defined
Expands to the integer constant 1.
@publishedAll
@externallyDefinedApi
*/
/** @typedef typedef int _Bool
int value either to store 0 or 1.
@publishedAll
@externallyDefinedApi
*/