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:
@@ -90,7 +90,7 @@ void wxEntryCleanup();
|
||||
Initialize the library (may be called as many times as needed, but each
|
||||
call to wxInitialize() must be matched by wxUninitialize()).
|
||||
|
||||
With this function you may avoid DECLARE_APP() and IMPLEMENT_APP() macros
|
||||
With this function you may avoid wxDECLARE_APP() and wxIMPLEMENT_APP() macros
|
||||
and use wxInitialize() and wxUninitialize() dynamically in the
|
||||
program startup and termination.
|
||||
|
||||
|
Reference in New Issue
Block a user