Added patch to fix failure to create anonymous file mapping after failed open_fd server call (fixes Wine Staging Bug #538).

This commit is contained in:
Sebastian Lackner
2015-08-30 05:05:58 +02:00
parent 4e0bdd2c9b
commit 38db7901d7
7 changed files with 112 additions and 17 deletions

2
debian/changelog vendored
View File

@@ -7,6 +7,8 @@ wine-staging (1.7.51) UNRELEASED; urgency=low
Staging Bug #528).
* Added patch to fix compile failure in d3d11 with recent versions of gcc.
* Added patch to map EXDEV error code to STATUS_NOT_SAME_DEVICE.
* Added patch to fix failure to create anonymous file mapping after failed
open_fd server call (fixes Wine Staging Bug #538).
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
upstream).
* Removed patch to use helper function for NtWaitForMultipleObjects and