SyntaxFix
Write A Post
Hire A Developer
Questions
It depends on the used compiler.
For example, Windows' definition can be WIN32 or _WIN32.
WIN32
_WIN32
And Linux' definition can be UNIX or __unix__ or LINUX or __linux__.
UNIX
__unix__
LINUX
__linux__