changed DoMessageFromThreadWait() to not block if there are no messages, this avoids...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Apr 2006 22:51:42 +0000 (22:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 Apr 2006 22:51:42 +0000 (22:51 +0000)
commit031943ac4ca536d38af4951248fbea39c51694df
treee38eed55c9cc688ffa9d0337bf7b75a12f9d6baa
parent284ee6c3da83d29d6c260e1f548702e610f34e90
changed DoMessageFromThreadWait() to not block if there are no messages, this avoids the need for sending a dummy WM_NULL from the thread wait loop (replaces patch 1459812)

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