Added patch to fix crash in clip_cursor_notify caused by uninitialized TLS.

This commit is contained in:
Sebastian Lackner
2015-02-28 21:55:43 +01:00
parent c9d3b931f7
commit 99bf902a97
5 changed files with 48 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -25,6 +25,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to implement PROGDLG_AUTOTIME for IProgressDialog.
* Added patch to implement support for NULL job handles in IsProcessInJob.
* Added patch to implement support for waiting on job object.
* Added patch to fix crash in clip_cursor_notify caused by uninitialized TLS.
* 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).