Added patch to implement support for waiting on job object.

This commit is contained in:
Sebastian Lackner
2015-02-28 07:01:09 +01:00
parent d4871a1b6e
commit c9d3b931f7
4 changed files with 81 additions and 7 deletions

1
debian/changelog vendored
View File

@@ -24,6 +24,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to implement JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE.
* 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.
* 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).