mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Corrected order of inclusion in Define.h
This commit is contained in:
@@ -19,7 +19,9 @@
|
||||
#ifndef TRINITY_DEFINE_H
|
||||
#define TRINITY_DEFINE_H
|
||||
|
||||
#if COMPILER_GNU == COMPILER_GNU
|
||||
#include "CompilerDefs.h"
|
||||
|
||||
#if COMPILER == COMPILER_GNU
|
||||
# if !defined(__STDC_FORMAT_MACROS)
|
||||
# define __STDC_FORMAT_MACROS
|
||||
# endif
|
||||
@@ -27,7 +29,6 @@
|
||||
|
||||
#include <cstddef>
|
||||
#include <cinttypes>
|
||||
#include "CompilerDefs.h"
|
||||
|
||||
#define TRINITY_LITTLEENDIAN 0
|
||||
#define TRINITY_BIGENDIAN 1
|
||||
|
||||
Reference in New Issue
Block a user