]> git.saurik.com Git - wxWidgets.git/commitdiff
Since Universal binaries compile the same file twice for different architectures...
authorKevin Ollivier <kevino@theolliviers.com>
Fri, 27 Jan 2006 22:54:41 +0000 (22:54 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Fri, 27 Jan 2006 22:54:41 +0000 (22:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 731bcc61871c764e5366054e24e2a133488bdaef..1b6b013d9bf130609b7c0093dab0cc8515303c4e 100644 (file)
 #endif
 
 #if defined (__WXMAC__)
 #endif
 
 #if defined (__WXMAC__)
-#    if !defined(WORDS_BIGENDIAN) && ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
+#    if ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
 #        define WORDS_BIGENDIAN 1
 #    endif
 #endif
 #        define WORDS_BIGENDIAN 1
 #    endif
 #endif