]> git.saurik.com Git - wxWidgets.git/commit
prevent all our windows from being destroyed in wxApp::OnEndSession(), otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Apr 2008 21:50:11 +0000 (21:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Apr 2008 21:50:11 +0000 (21:50 +0000)
commit8c6dcbd0685efd7f37b1db66781ee9cfaead0260
tree0009abf9391446e0bd63b3aff53581fb68be8440
parentfce611e426eb2befea2e6a6dba765f7a817b69bd
prevent all our windows from being destroyed in wxApp::OnEndSession(), otherwise we're still killed before the cleanup code finishes to run

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53323 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/app.cpp