]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup.h
Various changes for Salford C++, and commited fileconf.h/fileconf.cpp changes
[wxWidgets.git] / include / wx / msw / setup.h
index aabac856631396800374a27878ec67bc6e5f2125..b59284a7382d87f0c4c7c6479555e05205f963f3 100644 (file)
 #define wxUSE_NATIVE_STATUSBAR 0
 #endif
 
+// Salford C++ doesn't like some of the memory operator definitions
+#ifdef __SALFORDC__
+#undef  wxUSE_MEMORY_TRACING
+#define wxUSE_MEMORY_TRACING      0
+
+#undef wxUSE_GLOBAL_MEMORY_OPERATORS
+#define wxUSE_GLOBAL_MEMORY_OPERATORS 0
+
+#undef wxUSE_DEBUG_NEW_ALWAYS
+#define wxUSE_DEBUG_NEW_ALWAYS 0
+#endif
+
 // Minimal setup e.g. for compiling small utilities
 #define MINIMAL_WXWINDOWS_SETUP 0