]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
GTK1 fixes after wxObject-derived classes copy ctors/assignment operators simplificat...
[wxWidgets.git] / 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