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
This commit is contained in:
@@ -29,6 +29,9 @@ wxGTK:
|
||||
|
||||
- Implemented support for underlined fonts in wxStaticText
|
||||
|
||||
wxMSW:
|
||||
|
||||
- Fixed infinite loop in wxThread::Wait() in console applications
|
||||
|
||||
|
||||
2.8.2
|
||||
|
Reference in New Issue
Block a user