Work around the problem with not exiting event loop under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:48:20 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Apr 2012 23:48:20 +0000 (23:48 +0000)
commit1b29603d20339edaf9b1d50107dc348cec72bddf
treebd6fc61e2b8a2c943e198c713f941a9390a6064b
parentf330dce9b7b61f18264e12498ca14944ea9d30be
Work around the problem with not exiting event loop under MSW.

Changes of r71304 broke the event loop termination under MSW, limit them to
only the case in which they were really needed, i.e. when loop is really
exited by a pending event handler.

This is only a temporary solution, we need something better in longer term.

See #14250.

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