TrinityCore
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 TRINITY_PLATFORM_WINDOWS   0
 
#define TRINITY_PLATFORM_UNIX   1
 
#define TRINITY_PLATFORM_APPLE   2
 
#define TRINITY_PLATFORM_INTEL   3
 
#define TRINITY_PLATFORM   TRINITY_PLATFORM_UNIX
 
#define TRINITY_COMPILER_MICROSOFT   0
 
#define TRINITY_COMPILER_GNU   1
 
#define TRINITY_COMPILER_BORLAND   2
 
#define TRINITY_COMPILER_INTEL   3
 

Macro Definition Documentation

◆ TRINITY_COMPILER_BORLAND

#define TRINITY_COMPILER_BORLAND   2

Definition at line 41 of file CompilerDefs.h.

◆ TRINITY_COMPILER_GNU

#define TRINITY_COMPILER_GNU   1

Definition at line 40 of file CompilerDefs.h.

◆ TRINITY_COMPILER_INTEL

#define TRINITY_COMPILER_INTEL   3

Definition at line 42 of file CompilerDefs.h.

◆ TRINITY_COMPILER_MICROSOFT

#define TRINITY_COMPILER_MICROSOFT   0

Definition at line 39 of file CompilerDefs.h.

◆ TRINITY_PLATFORM

#define TRINITY_PLATFORM   TRINITY_PLATFORM_UNIX

Definition at line 36 of file CompilerDefs.h.

◆ TRINITY_PLATFORM_APPLE

#define TRINITY_PLATFORM_APPLE   2

Definition at line 23 of file CompilerDefs.h.

◆ TRINITY_PLATFORM_INTEL

#define TRINITY_PLATFORM_INTEL   3

Definition at line 24 of file CompilerDefs.h.

◆ TRINITY_PLATFORM_UNIX

#define TRINITY_PLATFORM_UNIX   1

Definition at line 22 of file CompilerDefs.h.

◆ TRINITY_PLATFORM_WINDOWS

#define TRINITY_PLATFORM_WINDOWS   0

Definition at line 21 of file CompilerDefs.h.