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

oldstable
André Hentschel 2011-05-10 20:49:58 +02:00 committed by Alexandre Julliard
parent 687641c8f2
commit a1950b9669
1 changed files with 1 additions and 1 deletions

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