Hilko Bengen bengen@hilluzination.de writes:
- Alexandre Julliard:
endian.h is not portable, you should use the endianness defines from the Wine headers instead.
So, do I need to define my own htobe16 and htobe32 functions or macros based on whether WORDS_BIGENDIAN is defined or not?
Yes.