7 #if defined(_WIN64) || defined(WIN64) 8 #define SCL_PLATFORM_WIN64 true 10 #define SCL_PLATFORM_WIN64 false 17 #if defined(_WIN32) || defined(WIN32) 18 #define SCL_PLATFORM_WIN32 (!SCL_PLATFORM_WIN64) 20 #define SCL_PLATFORM_WIN32 false 27 #if defined(SCL_PLATFORM_WIN32) || defined(SCL_PLATFORM_WIN64) 28 #define SCL_PLATFORM_WINDOWS true 30 #define SCL_PLATFORM_WINDOWS false Global namespace of the SCL.
#define SCL_PLATFORM_WINDOWS
Macro that detects whether or not the platform is Windows.
#define SCL_PLATFORM_WIN32
Macro that detects whether or not the platform is a 32bit Windows.
#define SCL_PLATFORM_WIN64
Macro that detects whether or not the platform is a 64bit Windows.