mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
include: Fall back to little endian when it's not specified on ARM.
This commit is contained in:
parent
687641c8f2
commit
a1950b9669
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user