]> git.saurik.com Git - wxWidgets.git/commitdiff
attempt to fix endian problems when doing cross-compiles for universal binaries from...
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 28 Jan 2006 06:59:20 +0000 (06:59 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 28 Jan 2006 06:59:20 +0000 (06:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 1b6b013d9bf130609b7c0093dab0cc8515303c4e..53a452ecc052335f2909ce36f3a3126605b09e20 100644 (file)
 #if defined (__WXMAC__)
 #    if ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
 #        define WORDS_BIGENDIAN 1
+#    else
+#        undef WORDS_BIGENDIAN
 #    endif
 #endif