Added patch to fix error handling in DeferWindowPos when passing an invalid HWND.

This commit is contained in:
Sebastian Lackner
2015-08-30 05:38:07 +02:00
parent 0be8e1fc40
commit a21372e977
5 changed files with 87 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -9,6 +9,8 @@ wine-staging (1.7.51) UNRELEASED; urgency=low
* 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).
* Added patch to fix error handling in DeferWindowPos when passing an invalid
HWND.
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
upstream).
* Removed patch to use helper function for NtWaitForMultipleObjects and