__BIG_ENDIAN__ is either defined AND has a value of 1, or it is not defined at all, so #ifdef is sufficient
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#define SIZEOF_LONG 4
|
||||
#endif
|
||||
|
||||
#if __BIG_ENDIAN__
|
||||
#ifdef __BIG_ENDIAN__
|
||||
/* Set the native cpu bit order */
|
||||
#define HOST_FILLORDER FILLORDER_MSB2LSB
|
||||
|
||||
|
Reference in New Issue
Block a user