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

View File

@@ -38,11 +38,12 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [3]:**
**Bugfixes and features included in the next upcoming release [4]:**
* Fix caps lock state issues with multiple processes ([Wine Bug #35907](https://bugs.winehq.org/show_bug.cgi?id=35907))
* Fix multithreading issues with fullscreen clipping ([Wine Bug #38087](https://bugs.winehq.org/show_bug.cgi?id=38087))
* Implement locking and synchronization of key states ([Wine Bug #31899](https://bugs.winehq.org/show_bug.cgi?id=31899))
* Python PIP needs better NtQueryInformationJobObject stub
**Bugs fixed in Wine Staging 1.7.38 [190]:**