Module: wine Branch: master Commit: a1950b9669c6b1d8455b904c1ac63b856ca6f34c URL: http://source.winehq.org/git/wine.git/?a=commit;h=a1950b9669c6b1d8455b904c1a...
Author: André Hentschel nerv@dawncrow.de Date: Tue May 10 20:49:58 2011 +0200
include: Fall back to little endian when it's not specified on ARM.
---
include/basetsd.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/basetsd.h b/include/basetsd.h index 1259ad9..852f6f4 100644 --- a/include/basetsd.h +++ b/include/basetsd.h @@ -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