Added patch with stub for kernel32.SetFileCompletionNotificationModes (for Steam in Win7 mode).

This commit is contained in:
Sebastian Lackner
2015-05-16 17:19:40 +02:00
parent 1bbf522c01
commit 7a5534ac75
7 changed files with 157 additions and 49 deletions

2
debian/changelog vendored
View File

@@ -43,6 +43,8 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added various additional fixes for wininet header handling.
* Added patch to free RPC parameters allocated by application before anything
else.
* Added patch with stub for kernel32.SetFileCompletionNotificationModes (for
Steam in Win7 mode).
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call