Added patch to map EXDEV error code to STATUS_NOT_SAME_DEVICE.

This commit is contained in:
Sebastian Lackner
2015-08-30 04:18:06 +02:00
parent 5b28f7a01c
commit 4e0bdd2c9b
5 changed files with 44 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -6,6 +6,7 @@ wine-staging (1.7.51) UNRELEASED; urgency=low
* Added patch to return a dummy BIOS name in Win32_BIOS record (fixes Wine
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.
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
upstream).
* Removed patch to use helper function for NtWaitForMultipleObjects and