attempt to fix endian problems when doing cross-compiles for universal binaries from a ppc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-01-28 06:59:20 +00:00
parent e61e59643e
commit d086c633ad

View File

@@ -543,6 +543,8 @@
#if defined (__WXMAC__) #if defined (__WXMAC__)
# if ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) ) # if ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
# define WORDS_BIGENDIAN 1 # define WORDS_BIGENDIAN 1
# else
# undef WORDS_BIGENDIAN
# endif # endif
#endif #endif