Added patch to implement semi-stub for psapi/kernel32 K32EnumProcessModulesEx.

This commit is contained in:
Sebastian Lackner
2014-11-29 23:04:33 +01:00
parent bb57db5f98
commit 50794f220a
5 changed files with 96 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -17,6 +17,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to implement stubs for additional api-ms-win-core-* dlls.
* Added patch to fix copy and paste error recently introduced in ws2_32 tests.
* Added patch to change bug reporting URL in winedbg.
* Added patch to implement semi-stub for psapi/kernel32 K32EnumProcessModulesEx.
* Removed patch to close server fd is there is no space in thread inflight fd list (accepted upstream).
* Removed patch to fix bugs in StrStr functions (accepted upstream).
* Removed patches to avoid sending messages in FindWindowExW (accepted upstream).