include: Fall back to little endian when it's not specified on ARM.

This commit is contained in:
André Hentschel 2011-05-10 20:49:58 +02:00 committed by Alexandre Julliard
parent 687641c8f2
commit a1950b9669

View file

@ -295,7 +295,7 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
# define WORDS_BIGENDIAN
# define BITFIELDS_BIGENDIAN
# undef ALLOW_UNALIGNED_ACCESS
#elif defined(__ARMEL__)
#elif defined(__ARMEL__) || defined(__arm__)
# undef WORDS_BIGENDIAN
# undef BITFIELDS_BIGENDIAN
# undef ALLOW_UNALIGNED_ACCESS