]> git.saurik.com Git - wxWidgets.git/commit
replaced the old wxApp with wxAppConsole::ms_appInstance of type wxAppConsole; wxTheA...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Aug 2003 23:00:16 +0000 (23:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Aug 2003 23:00:16 +0000 (23:00 +0000)
commit7cafd224fe6d2d5b4ea0281783dea4dd244212f9
treecc1fe8695b40503c8b84d9595880950b0a99a79c
parent07e90782795a4760594899c1d8739b0bf13f9efe
replaced the old wxApp with wxAppConsole::ms_appInstance of type wxAppConsole; wxTheApp is now a macro for backwards compatibility (this fixes problems with contradictorary wxTheApp definitions in separate build)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/app.h
src/common/appbase.cpp
src/common/init.cpp