Commit 3017cc0f authored by Timothy Pearson's avatar Timothy Pearson Committed by Alexandre Julliard

include: Add PPC64 endianness.

parent dc4e8818
...@@ -275,6 +275,10 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY; ...@@ -275,6 +275,10 @@ typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
# undef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN
#elif defined(__x86_64__) #elif defined(__x86_64__)
# undef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN
#elif defined(__powerpc64__) && defined(__BIG_ENDIAN__)
# define WORDS_BIGENDIAN
#elif defined(__powerpc64__)
# undef WORDS_BIGENDIAN
#elif defined(__powerpc__) #elif defined(__powerpc__)
# define WORDS_BIGENDIAN # define WORDS_BIGENDIAN
#elif defined(__ALPHA__) #elif defined(__ALPHA__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment