X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a32e18214d39968e22bd46ade02bd2bcb29458d..f41bc3e3f3fda37fba548440b230288c5eed0953:/include/wx/msw/setup0.h diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index f5e5845a63..10ad566b6d 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -129,7 +129,7 @@ // In debug mode, causes new to be defined to be WXDEBUG_NEW (see object.h). If // this causes problems (e.g. link errors), set this to 0. You may need to set // this to 0 if using templates (at least for VC++). This switch is currently -// ignored for mingw / cygwin +// ignored for mingw / cygwin / CodeWarrior // // Default is 0 // @@ -175,10 +175,11 @@ // setting enables use of unicows.dll from MSLU (MS Layer for Unicode, see // http://www.microsoft.com/globaldev/Articles/mslu_announce.asp). Note that you // will have to modify the makefiles to include unicows.lib import library as the first -// library. +// library (if you use MSVC, you can run the makefile with "nmake MSLU=1 UNICODE=1" +// command). // // If your compiler doesn't have unicows.lib, you can get a version of it at -// http://www.volny.cz/v.slavik/libunicows/ +// http://libunicows.sourceforge.net // // Default is 0 // @@ -1056,6 +1057,12 @@ #endif #endif +// wxUSE_DEBUG_NEW_ALWAYS doesn't work with CodeWarrior +#if defined(__MWERKS__) + #undef wxUSE_DEBUG_NEW_ALWAYS + #define wxUSE_DEBUG_NEW_ALWAYS 0 +#endif + #if defined(__GNUWIN32__) // These don't work as expected for mingw32 and cygwin32 #undef wxUSE_MEMORY_TRACING