CARB_COMPILER_GNUC

Defined in carb/Defines.h

CARB_COMPILER_GNUC

A macro defined as 1 if compilation is using GNU C Compiler (GCC), that is, if _MSC_VER is not defined but __GNUC__ is defined. May be overridden by defining a different value before including this file or by specifying a different value on the compiler command line, however, only one of CARB_COMPILER_MSC and CARB_COMPILER_GNUC must be set to 1; the other macro(s) must be set to 0.