__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:
Stefan Csomor
2011-01-27 13:00:16 +00:00
parent afc67820ef
commit 4ba6d656c3

View File

@@ -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