Restore wxEVT_MENU_CLOSE generation under Windows 95 after r70151.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Dec 2011 17:47:21 +0000 (17:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Dec 2011 17:47:21 +0000 (17:47 +0000)
commitbde56d09bb9915462039bcb8955c2f81e74cc953
tree33ca7facf199e2af5ec529d56109ea3eed86444d
parentabb8764e32f03040cfa03353f2058a6b98a6e612
Restore wxEVT_MENU_CLOSE generation under Windows 95 after r70151.

WM_UNINITMENUPOPUP is "only" available since Windows 98/2000 so restore the
old code using WM_EXITMENULOOP as fall back, just to avoid any regressions for
people who might still be using these systems.

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