X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/697c5f51487087e8113176d83a0d44e5a1c2f042..e34f4f195d204ca8eb94c651f8bed85e1820c368:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 17cb51c088..dca1e2af50 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -41,6 +41,7 @@ #include "wx/thread.h" #include "wx/confbase.h" #include "wx/tokenzr.h" +#include "wx/utils.h" #if !defined(__WXMSW__) || defined(__WXMICROWIN__) #include // for SIGTRAP used by wxTrap() @@ -79,8 +80,9 @@ wxAppBase::wxAppBase() { wxTheApp = (wxApp *)this; - // VZ: what's this? is it obsolete? +#if WXWIN_COMPATIBILITY_2_2 m_wantDebugOutput = FALSE; +#endif // WXWIN_COMPATIBILITY_2_2 #if wxUSE_GUI m_topWindow = (wxWindow *)NULL;