Support Class Library
A set of tools providing classes and utility
include
scl
detect
platform
platform.clean_macros.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifndef SCL_KEEP_DETECT_MACROS
4
#undef SCL_PLATFORM_WIN64
5
#undef SCL_PLATFORM_WIN32
6
#undef SCL_PLATFORM_LINUX
7
#undef SCL_PLATFORM_UNIX
8
#undef SCL_PLATFORM_POSIX
9
#undef SCL_PLATFORM_APPLE
10
#undef SCL_PLATFORM_IOS_SIMULATOR
11
#undef SCL_PLATFORM_IOS
12
#undef SCL_PLATFORM_OSX
13
#undef SCL_PLATFORM_MAC
14
#undef SCL_PLATFORM_IPHONE
15
#undef SCL_PLATFORM_ANDROID
16
#endif
17
Generated by
1.8.13