don't assert if MsgWaitForMultipleObjects() returns WAIT_OBJECT_0 but there are no...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Dec 2008 12:09:06 +0000 (12:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Dec 2008 12:09:06 +0000 (12:09 +0000)
commitac16633fdcfbd3f00d8bf1601a878819d6c20546
tree76f8902bb6084214eb85ad2f2d7bd9a18b4ebe15
parent786900097722e323c847db2d9e2d9b85fe3373ab
don't assert if MsgWaitForMultipleObjects() returns WAIT_OBJECT_0 but there are no messages in the queue -- this does happen

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