don't assume non-Intel CodeWarrior BigEndian anymore
This commit is contained in:
parent
2db5d29893
commit
0534d44c9e
@ -30,7 +30,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(WORDS_BIGENDIAN) || (defined(__MWERKS__) && !defined(__INTEL__))
|
||||
#if defined(WORDS_BIGENDIAN)
|
||||
#define BIG_ENDIAN_ORDER
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user