André Hentschel : include: Add ARM endianess.

Alexandre Julliard julliard at winehq.org
Tue Sep 22 13:56:24 CDT 2009


Module: wine
Branch: master
Commit: 14d51867fe7cc8daea9f804237e276f4ea063761
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=14d51867fe7cc8daea9f804237e276f4ea063761

Author: André Hentschel <nerv at 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




More information about the wine-cvs mailing list