Commit a1950b96 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent 687641c8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment