Added patch to avoid unloading msctf library while textservices are activated.

This commit is contained in:
Sebastian Lackner
2015-03-01 05:10:43 +01:00
parent 6cf3424356
commit 985f04d9ba
6 changed files with 112 additions and 16 deletions

1
debian/changelog vendored
View File

@@ -29,6 +29,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patches to make various functions in d3d8 / ddraw hotpatchable (required for fraps).
* Added patch to make GetLogicalProcessorInformationEx a stub which returns TRUE.
* Added patches to fix race-condition when closing browseui IProcessDialog.
* Added patch to avoid unloading msctf library while textservices are activated.
* 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).