Commit e990342c authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard

Uniformize endianness definition.

parent 57fb99fa
...@@ -147,8 +147,8 @@ typedef ULONG_PTR SIZE_T, *PSIZE_T; ...@@ -147,8 +147,8 @@ typedef ULONG_PTR SIZE_T, *PSIZE_T;
# define BITFIELDS_BIGENDIAN # define BITFIELDS_BIGENDIAN
# undef ALLOW_UNALIGNED_ACCESS # undef ALLOW_UNALIGNED_ACCESS
#elif defined(__ALPHA__) #elif defined(__ALPHA__)
# define WORDS_LITTLEENDIAN # undef WORDS_BIGENDIAN
# define BITFIELDS_LITTLEENDIAN # undef BITFIELDS_BIGENDIAN
# undef ALLOW_UNALIGNED_ACCESS # undef ALLOW_UNALIGNED_ACCESS
#elif !defined(RC_INVOKED) && !defined(__WIDL__) #elif !defined(RC_INVOKED) && !defined(__WIDL__)
# error Unknown CPU architecture! # error Unknown CPU architecture!
......
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