X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51abe921b849be69f02c174365c9a7bc8b46bd08..b76b015ed9231ffe128ddba9fb35e37b4be9764d:/include/wx/mac/setup.h diff --git a/include/wx/mac/setup.h b/include/wx/mac/setup.h index 569e0ee255..0a1df37e9a 100644 --- a/include/wx/mac/setup.h +++ b/include/wx/mac/setup.h @@ -17,6 +17,8 @@ * */ +#define WORDS_BIGENDIAN 1 + #define wxUSE_CONFIG 1 // Use wxConfig, with CreateConfig in wxApp @@ -138,7 +140,7 @@ // 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.