]> git.saurik.com Git - wxWidgets.git/commitdiff
correcting condition
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 7 Jun 2005 20:18:11 +0000 (20:18 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 7 Jun 2005 20:18:11 +0000 (20:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index 59b66e8ff722e408df7d07d0d928294491be520b..21a063a94396e461b5c840b07ce640b8a38d6ae8 100644 (file)
 #endif
 
 #if defined (__WXMAC__)
-#    ifndef WORDS_BIGENDIAN && ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
+#    if !defined(WORDS_BIGENDIAN) && ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
 #        define WORDS_BIGENDIAN 1
 #    endif
 #endif