]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup.h
Mostly Mingw32/Cygwin corrections
[wxWidgets.git] / include / wx / mac / setup.h
index 569e0ee255fd19eb67e4ddecf9fc874ec0256622..0a1df37e9a419ad9c2116e9ceb45d6cc6ffb322e 100644 (file)
@@ -17,6 +17,8 @@
  *
  */
  
+#define WORDS_BIGENDIAN 1
+
 #define wxUSE_CONFIG           1
                                 // Use wxConfig, with CreateConfig in wxApp
 
                                   // since you may well need to output
                                   // an error log in a production
                                   // version (or non-debugging beta)
-#define wxUSE_GLOBAL_MEMORY_OPERATORS 1
+#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
                                   // In debug mode, cause new and delete to be redefined globally.
                                   // If this causes problems (e.g. link errors), set this to 0.