#define DEBUG_MAIN_THREAD for non __WXDEBUG__ compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bart A.M. Jourquin
2000-01-10 10:41:04 +00:00
parent 7140577b50
commit 559d79aa3a
2 changed files with 4 additions and 0 deletions

View File

@@ -248,6 +248,8 @@ void debug_focus_in( GtkWidget* widget, const wxChar* name, const wxChar *window
}
}
#else
#define DEBUG_MAIN_THREAD
#endif // Debug
//-----------------------------------------------------------------------------