include: Add ARM endianess.

oldstable
André Hentschel 2009-09-22 16:31:17 +02:00 committed by Alexandre Julliard
parent 1cf1a3f211
commit 14d51867fe
1 changed files with 4 additions and 0 deletions

View File

@ -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