diff options
Diffstat (limited to 'src/common/CompilerDefs.h')
-rw-r--r-- | src/common/CompilerDefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/CompilerDefs.h b/src/common/CompilerDefs.h index 772a39e4eb..9d99d1ddce 100644 --- a/src/common/CompilerDefs.h +++ b/src/common/CompilerDefs.h @@ -4,8 +4,8 @@ * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> */ -#ifndef TRINITY_COMPILERDEFS_H -#define TRINITY_COMPILERDEFS_H +#ifndef ACORE_COMPILERDEFS_H +#define ACORE_COMPILERDEFS_H #define AC_PLATFORM_WINDOWS 0 #define AC_PLATFORM_UNIX 1 |