Added patch to implement support for NULL job handles in IsProcessInJob.

This commit is contained in:
Sebastian Lackner
2015-02-28 05:19:50 +01:00
parent 348fe1182f
commit aac61f746b
3 changed files with 74 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -23,6 +23,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to properly track handle count of wineserver objects.
* 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.
* 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).