Added patch to support AT_ROUND_TO_PAGE flag in NtMapViewOfSection.

This commit is contained in:
Sebastian Lackner
2015-06-05 07:47:14 +02:00
parent 4d919d4d83
commit 0af6df6bc0
8 changed files with 510 additions and 83 deletions

2
debian/changelog vendored
View File

@@ -24,6 +24,8 @@ wine-staging (1.7.45) UNRELEASED; urgency=low
* Added patch to allow setting pixel format for desktop window.
* Added patch to set a proper caption for shell32 Run dialog (by Jared
Smudde).
* Added patch to support AT_ROUND_TO_PAGE flag in NtMapViewOfSection (fixes
Wine Staging Bug 347).
* Removed patch to handle '\r' as whitespace in wbemprox queries (accepted
upstream).
* Removed patch to make sure OpenClipboard with current owner doesn't fail