Added patch to implement support for ObjectTypeInformation class support in NtQueryObject.

This commit is contained in:
Sebastian Lackner
2015-05-08 19:54:08 +02:00
parent 20f6d63e2b
commit 7fd064ce86
5 changed files with 274 additions and 13 deletions

2
debian/changelog vendored
View File

@@ -11,6 +11,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch to return default palette entries from GetSystemPaletteEntries
for non-palette-based devices.
* Added patch with stub for winsta.WinStationEnumerateW.
* Added patch to implement support for ObjectTypeInformation class support in
NtQueryObject.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Added patch to fix leak of async handle in pipe_server_flush.