Added patch to fix passing of unicode environment from msvcrt to CreateProcessW.

This commit is contained in:
Sebastian Lackner
2014-11-30 03:11:04 +01:00
parent 90bd4d997c
commit 2e2178f595
5 changed files with 52 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -20,6 +20,7 @@ wine-compholio (1.7.32) UNRELEASED; urgency=low
* Added patch to implement semi-stub for psapi/kernel32 K32EnumProcessModulesEx.
* Added patch to fix ordering of IP addresses by metric if two addresses have the same metric.
* Added patch to fix handling of empty section and key name for profile files.
* Added patch to fix passing of unicode environment from msvcrt to CreateProcessW.
* 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).