include: Add PPC64 endianness.

Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Timothy Pearson 2021-01-31 18:34:11 +01:00 committed by Alexandre Julliard
parent dc4e881834
commit 3017cc0f15
1 changed files with 4 additions and 0 deletions

View File

@ -275,6 +275,10 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
# undef WORDS_BIGENDIAN
#elif defined(__x86_64__)
# undef WORDS_BIGENDIAN
#elif defined(__powerpc64__) && defined(__BIG_ENDIAN__)
# define WORDS_BIGENDIAN
#elif defined(__powerpc64__)
# undef WORDS_BIGENDIAN
#elif defined(__powerpc__)
# define WORDS_BIGENDIAN
#elif defined(__ALPHA__)