Added patch to prevent processing message events for CoWaitForMultipleHandles when APC calls are queued.

This commit is contained in:
Sebastian Lackner
2014-11-05 00:54:45 +01:00
parent 2c0583d002
commit 1c01fe44d7
7 changed files with 447 additions and 1 deletions

View File

@@ -39,10 +39,11 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [2]:**
**Bugfixes and features included in the next upcoming release [3]:**
* Add stub for NtSetLdtEntries/ZwSetLdtEntries ([Wine Bug #26268](https://bugs.winehq.org/show_bug.cgi?id=26268))
* Allow selection of audio device for PulseAudio backend
* CoWaitForMultipleHandles shouldn't process window events when APC calls are queued ([Wine Bug #32568](https://bugs.winehq.org/show_bug.cgi?id=32568))
**Bugs fixed in Wine Staging 1.7.30 [90]:**