Added patch to fix crash when trying to switch back to a 16-bit stack.

This commit is contained in:
Sebastian Lackner
2015-03-02 16:25:46 +01:00
parent e86c1653d8
commit ce2930fb30
5 changed files with 138 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -31,6 +31,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patches to fix race-condition when closing browseui IProcessDialog.
* Added patch to avoid unloading msctf library while textservices are activated.
* Added patch to correct DDSCAPS2 and DDSURFACEDESC2 structure (by Amine Khaldi, wine-patched/pull/7).
* Added patch to fix crash when trying to switch back to a 16-bit stack.
* Removed patch to properly call DriverUnload when unloading device drivers (accepted upstream).
* Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted upstream).
* Removed patch to declare pDirectInputCreateEx in a MSVC compatible way (accepted upstream).