Added patch for CopyFileEx progress callback and cancellation support.

This commit is contained in:
Sebastian Lackner
2015-02-26 07:10:29 +01:00
parent 7d2b751466
commit b74ea4b14d
5 changed files with 177 additions and 36 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to avoid deadlock by using _exit() in NtTerminateProcess.
* Added patch to fallback to global key state for threads without a queue.
* Added patch to implement SetFileInformationByHandle.
* Added patch for CopyFileEx progress callback and cancellation support.
* Removed patch to properly call DriverUnload when unloading device drivers (accepted upstream).
* Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted upstream).
* Removed patch to declare pDirectInputCreateEx in a MSVC compatible way (accepted upstream).