Added patches to fix error code for ReadFile/WriteFile on closed pipe (fixes Wine Staging Bug #348).

This commit is contained in:
Sebastian Lackner
2015-06-06 01:56:11 +02:00
parent a110e490b8
commit 9149fde0ff
6 changed files with 296 additions and 0 deletions

2
debian/changelog vendored
View File

@@ -26,6 +26,8 @@ wine-staging (1.7.45) UNRELEASED; urgency=low
Smudde).
* Added patch to support AT_ROUND_TO_PAGE flag in NtMapViewOfSection (fixes
Wine Staging Bug 347).
* Added patches to fix error code for ReadFile/WriteFile on closed pipe (fixes
Wine Staging Bug #348).
* Removed patch to handle '\r' as whitespace in wbemprox queries (accepted
upstream).
* Removed patch to make sure OpenClipboard with current owner doesn't fail