Implement wx-prefixed macros versions of DECLARE/IMPLEMENT_APP_* macros.
Implement compatibility aliases for non-prefixed macro names. Require a final semicolon where possible. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1571,7 +1571,7 @@ wxSafeShowMessage(const wxString& title, const wxString& text);
|
||||
#endif
|
||||
|
||||
// macro which disables debug logging in release builds: this is done by
|
||||
// default by IMPLEMENT_APP() so usually it doesn't need to be used explicitly
|
||||
// default by wxIMPLEMENT_APP() so usually it doesn't need to be used explicitly
|
||||
#if defined(NDEBUG) && wxUSE_LOG_DEBUG
|
||||
#define wxDISABLE_DEBUG_LOGGING_IN_RELEASE_BUILD() \
|
||||
wxLog::SetLogLevel(wxLOG_Info)
|
||||
|
Reference in New Issue
Block a user