don't wake up on Windows messages when waiting for thread termination in a console...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Feb 2007 22:46:48 +0000 (22:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 2 Feb 2007 22:46:48 +0000 (22:46 +0000)
commite570a44b372cf56526c128eab646615fa59520fc
treeb96f6d5ceaadd28a586302197af700392f603668
parentac6e0eb1547cfc47ca72e6a293e28ca0f93f2981
don't wake up on Windows messages when waiting for thread termination in a console application as this results in an infinite loop because we never process them and thus they remain in the queue for always (modified patch 1615875; closes bugs 877128)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/apptbase.h
include/wx/msw/apptrait.h
src/msw/app.cpp
src/msw/basemsw.cpp
src/msw/thread.cpp