Added first set of patches for job objects (by Andrew Cook).

This commit is contained in:
Sebastian Lackner
2015-02-26 22:33:11 +01:00
parent ec1b9737d0
commit 870feed3e2
12 changed files with 1159 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -10,6 +10,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to fallback to global key state for threads without a queue.
* Added patch to implement SetFileInformationByHandle.
* Added patch for CopyFileEx progress callback and cancellation support.
* Added first set of patches for job objects (by Andrew Cook).
* 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).