Added patch to implement better stub function for NtQueryInformationJobObject.

This commit is contained in:
Sebastian Lackner
2015-03-12 22:28:18 +01:00
parent 8c17307f95
commit 5b7dc79ea0
5 changed files with 61 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ wine-staging (1.7.39) UNRELEASED; urgency=low
* Added patch to fix multithreading issues with fullscreen clipping.
* Added patch with tests for VerQueryValueA (by Mark Jansen).
* Added patch to implement proper locking of keystate and synchronization with desktop thread.
* Added patch to implement better stub function for NtQueryInformationJobObject.
* Removed patch to avoid hardcoded values for sizeof(GUID) (accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Mon, 09 Mar 2015 16:52:35 +0100