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:
@@ -1415,7 +1415,7 @@ void wxVLogSysError(const char* formatString, va_list argPtr);
|
||||
@def wxDISABLE_DEBUG_LOGGING_IN_RELEASE_BUILD()
|
||||
|
||||
Use this macro to disable logging at debug and trace levels in release
|
||||
build when not using IMPLEMENT_APP().
|
||||
build when not using wxIMPLEMENT_APP().
|
||||
|
||||
@see wxDISABLE_DEBUG_SUPPORT(),
|
||||
wxDISABLE_ASSERTS_IN_RELEASE_BUILD(),
|
||||
|
Reference in New Issue
Block a user