Added patch to implement {Set,Get}ThreadGroupAffinity and related ntdll functions.

This commit is contained in:
Sebastian Lackner
2015-09-06 12:08:52 +02:00
parent 7d662cf2d7
commit dd18774526
6 changed files with 410 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -31,6 +31,8 @@ wine-staging (1.7.51) UNRELEASED; urgency=low
* Added patch to use proper glyph names in wineps driver (which fixes a bug
related to copying text from generated PDF files).
* Added patch to properly close sockets when WSACleanup is called.
* Added patch to implement {Set,Get}ThreadGroupAffinity and related ntdll
functions.
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
upstream).
* Removed patch to use helper function for NtWaitForMultipleObjects and