10 #define TARGET_OS_WINDOWS
12 #define TARGET_OS_LINUX
14 #if !defined(_WIN32) || defined(FAKE_POSIX)
15 #undef TARGET_OS_WINDOWS
20 #if !defined(__linux__) && !defined(FAKE_POSIX)
21 #undef TARGET_OS_LINUX
49 static constexpr
bool IsDebug(
void);
54 static constexpr
bool IsTest(
void);
59 #include "OSDeclaration.inl"