mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Use correct define for endianess
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#define TRINITY_BIGENDIAN 1
|
||||
|
||||
#if !defined(TRINITY_ENDIAN)
|
||||
# if defined (BOOST_ENDIAN_BIG_BYTE)
|
||||
# if defined (BOOST_BIG_ENDIAN)
|
||||
# define TRINITY_ENDIAN TRINITY_BIGENDIAN
|
||||
# else
|
||||
# define TRINITY_ENDIAN TRINITY_LITTLEENDIAN
|
||||
|
||||
Reference in New Issue
Block a user