]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Platform and compiler-specific checking for MSW and Mac now done
[wxWidgets.git] / include / wx / platform.h
index 0f9f485fae2a2905f335a388d7c0aaadf21c14a7..a6f6f0ba66762d938ee3522bbba6238b98d6fb66 100644 (file)
     #endif
 #endif
 
+#if defined (__WXMAC__)
+    #ifndef WORDS_BIGENDIAN
+        #define WORDS_BIGENDIAN 1
+    #endif
+#endif
+
 #endif /* _WX_PLATFORM_H_ */