mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 10:29:19 +00:00
include: Better distinguish ARM's endianess.
This commit is contained in:
parent
adb0703cff
commit
c1e6777527
@ -291,7 +291,11 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
|
||||
# undef WORDS_BIGENDIAN
|
||||
# undef BITFIELDS_BIGENDIAN
|
||||
# undef ALLOW_UNALIGNED_ACCESS
|
||||
#elif defined(__arm__)
|
||||
#elif defined(__ARMEB__)
|
||||
# define WORDS_BIGENDIAN
|
||||
# define BITFIELDS_BIGENDIAN
|
||||
# undef ALLOW_UNALIGNED_ACCESS
|
||||
#elif defined(__ARMEL__)
|
||||
# undef WORDS_BIGENDIAN
|
||||
# undef BITFIELDS_BIGENDIAN
|
||||
# undef ALLOW_UNALIGNED_ACCESS
|
||||
|
Loading…
x
Reference in New Issue
Block a user