André Hentschel : include: Add ARM endianess.
Module: wine Branch: master Commit: 14d51867fe7cc8daea9f804237e276f4ea063761 URL: http://source.winehq.org/git/wine.git/?a=commit;h=14d51867fe7cc8daea9f804237... Author: André Hentschel <nerv(a)dawncrow.de> Date: Tue Sep 22 16:31:17 2009 +0200 include: Add ARM endianess. --- include/basetsd.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/basetsd.h b/include/basetsd.h index e106e24..308a65d 100644 --- a/include/basetsd.h +++ b/include/basetsd.h @@ -271,6 +271,10 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY; # undef WORDS_BIGENDIAN # undef BITFIELDS_BIGENDIAN # undef ALLOW_UNALIGNED_ACCESS +#elif defined(__arm__) +# undef WORDS_BIGENDIAN +# undef BITFIELDS_BIGENDIAN +# undef ALLOW_UNALIGNED_ACCESS #elif !defined(RC_INVOKED) && !defined(__WIDL__) && !defined(__midl) # error Unknown CPU architecture! #endif
participants (1)
-
Alexandre Julliard