Added patch to fix SHFileOperation with FO_MOVE on Vista+ (should create non-existent subdirectories).

This commit is contained in:
Sebastian Lackner
2015-08-31 08:49:30 +02:00
parent 51d7077f51
commit 9d4b8df3cc
9 changed files with 116 additions and 26 deletions

2
debian/changelog vendored
View File

@@ -16,6 +16,8 @@ wine-staging (1.7.51) UNRELEASED; urgency=low
kernel32.create_startup_info (fixes Wine Staging Bug #543).
* Added patch with stub for winspool.SetPrinterW level 8.
* Added patch to translate flags in LaunchINFSectionW.
* Added patch to fix SHFileOperation with FO_MOVE on Vista+ (should create
non-existent subdirectories).
* Removed patch to fix bug in wineserver debug_children inheritance (accepted
upstream).
* Removed patch to use helper function for NtWaitForMultipleObjects and