Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
CompilerDefs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COMPILER_BORLAND   2
#define COMPILER_CLANG   4
#define COMPILER_GNU   1
#define COMPILER_INTEL   3
#define COMPILER_MICROSOFT   0
#define PLATFORM   PLATFORM_UNIX
#define PLATFORM_APPLE   2
#define PLATFORM_INTEL   3
#define PLATFORM_UNIX   1
#define PLATFORM_WINDOWS   0

Macro Definition Documentation

◆ COMPILER_BORLAND

#define COMPILER_BORLAND   2

Definition at line 27 of file CompilerDefs.h.

◆ COMPILER_CLANG

#define COMPILER_CLANG   4

Definition at line 29 of file CompilerDefs.h.

◆ COMPILER_GNU

#define COMPILER_GNU   1

Definition at line 26 of file CompilerDefs.h.

◆ COMPILER_INTEL

#define COMPILER_INTEL   3

Definition at line 28 of file CompilerDefs.h.

◆ COMPILER_MICROSOFT

#define COMPILER_MICROSOFT   0

Definition at line 25 of file CompilerDefs.h.

◆ PLATFORM

#define PLATFORM   PLATFORM_UNIX

Definition at line 22 of file CompilerDefs.h.

◆ PLATFORM_APPLE

#define PLATFORM_APPLE   2

Definition at line 11 of file CompilerDefs.h.

◆ PLATFORM_INTEL

#define PLATFORM_INTEL   3

Definition at line 12 of file CompilerDefs.h.

◆ PLATFORM_UNIX

#define PLATFORM_UNIX   1

Definition at line 10 of file CompilerDefs.h.

◆ PLATFORM_WINDOWS

#define PLATFORM_WINDOWS   0

Definition at line 9 of file CompilerDefs.h.