]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Added wxBufferedDC, changes for wxMenu and wxMenuItem, and other
[wxWidgets.git] / src / common / appcmn.cpp
index 17cb51c088b0814edf8b28ac83cd25889a60a5f2..dca1e2af50ef6b97c2bbe6d278b41c9c6febb906 100644 (file)
@@ -41,6 +41,7 @@
 #include "wx/thread.h"
 #include "wx/confbase.h"
 #include "wx/tokenzr.h"
 #include "wx/thread.h"
 #include "wx/confbase.h"
 #include "wx/tokenzr.h"
+#include "wx/utils.h"
 
 #if !defined(__WXMSW__) || defined(__WXMICROWIN__)
   #include  <signal.h>      // for SIGTRAP used by wxTrap()
 
 #if !defined(__WXMSW__) || defined(__WXMICROWIN__)
   #include  <signal.h>      // for SIGTRAP used by wxTrap()
@@ -79,8 +80,9 @@ wxAppBase::wxAppBase()
 {
     wxTheApp = (wxApp *)this;
 
 {
     wxTheApp = (wxApp *)this;
 
-    // VZ: what's this? is it obsolete?
+#if WXWIN_COMPATIBILITY_2_2
     m_wantDebugOutput = FALSE;
     m_wantDebugOutput = FALSE;
+#endif // WXWIN_COMPATIBILITY_2_2
 
 #if wxUSE_GUI
     m_topWindow = (wxWindow *)NULL;
 
 #if wxUSE_GUI
     m_topWindow = (wxWindow *)NULL;