Use correct define for endianess

This commit is contained in:
leak
2014-06-08 23:25:40 +02:00
parent 0dd10269d1
commit daa5c0ad0d

View File

@@ -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