Fixed boost endianness

This commit is contained in:
pelya
2011-07-01 15:10:12 +03:00
parent e6f55aba42
commit 8397b1579a

View File

@@ -64,8 +64,8 @@
|| defined(_M_ALPHA) || defined(__amd64) \
|| defined(__amd64__) || defined(_M_AMD64) \
|| defined(__x86_64) || defined(__x86_64__) \
|| defined(_M_X64) || defined(__bfin__)
|| defined(_M_X64) || defined(__bfin__) \
|| defined(ANDROID)
# define BOOST_LITTLE_ENDIAN
# define BOOST_BYTE_ORDER 1234
#else