Added patch to add stub for ntoskrnl.Mm{Map,Unmap}LockedPages.

This commit is contained in:
Sebastian Lackner
2015-02-21 11:55:16 +01:00
parent 65895dcd33
commit 591c89dcaa
5 changed files with 80 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -17,6 +17,7 @@ wine-staging (1.7.37) UNRELEASED; urgency=low
* Added patch to implement semi-stub for GetFileVersionInfoSizeExA/W.
* Added patch to implement semi-stub for GetFileVersionInfoExA/W.
* Added patch to ignore unsupported alpha channels in TIFF decoder.
* Added patch to add stub for ntoskrnl.Mm{Map,Unmap}LockedPages.
* Removed patches for UTF7 support (accepted upstream).
* Removed patches for SIO_ADDRESS_LIST_CHANGE ioctl (accepted upstream).
* Removed patch for IApplicationAssociationRegistration::QueryCurrentDefault (accepted upstream).