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   TRINITY_PLATFORM_UNIX
 
#define TRINITY_COMPILER_MICROSOFT   0
 
#define TRINITY_COMPILER_GNU   1
 
#define TRINITY_COMPILER_INTEL   2
 

Macro Definition Documentation

◆ TRINITY_COMPILER_GNU

#define TRINITY_COMPILER_GNU   1

Definition at line 34 of file CompilerDefs.h.

◆ TRINITY_COMPILER_INTEL

#define TRINITY_COMPILER_INTEL   2

Definition at line 35 of file CompilerDefs.h.

◆ TRINITY_COMPILER_MICROSOFT

#define TRINITY_COMPILER_MICROSOFT   0

Definition at line 33 of file CompilerDefs.h.

◆ TRINITY_PLATFORM

#define TRINITY_PLATFORM   TRINITY_PLATFORM_UNIX

Definition at line 30 of file CompilerDefs.h.

◆ TRINITY_PLATFORM_APPLE

#define TRINITY_PLATFORM_APPLE   2

Definition at line 23 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.