Dispatch unknown messages immediately in wxMSW YieldFor().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Feb 2012 23:49:45 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 25 Feb 2012 23:49:45 +0000 (23:49 +0000)
commit4934653e18265ea5c128cff6215e5c84bd4d7514
tree155cda88b7c7f4edf24083ffe61c7d952296f93b
parentfe9b56985f2a8e58a493f2b13b262705ad172706
Dispatch unknown messages immediately in wxMSW YieldFor().

Failure to do this can have catastrophic consequences, e.g. embedded ActiveX
IE controls may stop working -- even after resuming the normal message
dispatching.

Closes #14027.

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