|
OpenTwin 0.1
OpenTwin
|
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
14#if defined(_WIN32) || defined(_WIN64)
20#elif defined(unix) || defined(__unix) || defined (__unix__)
26#elif defined(__APPLE__) || defined(__MACH__)
32#elif defined(__linux__) || defined(linux) || defined(__linux)
38#elif defined (__FreeBSD__)
44#elif defined(__ANDROID__)
76#define OT_COMPILER_GNU
78#elif defined(__clang__)
82#define OT_COMPILER_CLANG
84#elif defined(_MSC_VER)
88#define OT_COMPILER_MSC