CARB_PLATFORM_WINDOWS
Defined in carb/Defines.h
- 
CARB_PLATFORM_WINDOWS
- A macro defined as - 1if compilation is targeting Windows;- 0otherwise. Exactly one of the- CARB_PLATFORM_*macros will be set to- 1. May be overridden by defining before this file is included or by passing on the compiler command line. By default, set to- 1if- _WIN32is defined.