Added patch to avoid sending window messages in FindWindowExW.

This commit is contained in:
Sebastian Lackner
2014-11-12 07:55:50 +01:00
parent 3a5f2b6be0
commit 693e4d185b
6 changed files with 361 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -20,6 +20,7 @@ wine-compholio (1.7.31) UNRELEASED; urgency=low
* Added patch to implement emulation of SIDT instruction when using Exagear.
* Added patch to return more context attributes in schan_InitializeSecurityContextW.
* Added patch to avoid crashing when broken app tries to release surface although refcount is zero.
* Added patch to avoid sending window messages in FindWindowExW.
* Removed patch for iphlpapi stub functions (accepted upstream).
* Removed patches for FindFirstFileExW (accepted upstream).
* Removed patches for TLB dependencies lookup in resources (accepted upstream).