CARB_PLATFORM_MACOS
Defined in carb/Defines.h
-
CARB_PLATFORM_MACOS
A macro defined as
1
if compilation is targeting Mac OS;0
otherwise. Exactly one of theCARB_PLATFORM_*
macros will be set to1
. May be overridden by defining before this file is included or by passing on the compiler command line. By default, set to1
if_WIN32
and__linux__
are not defined and__APPLE__
is defined.