Added patch to zero out returned stats when IEnumSTATSTG::Next reaches end of enumeration.

This commit is contained in:
Sebastian Lackner
2015-10-31 17:33:07 +01:00
parent 85d50ecc2a
commit a2714839b3
7 changed files with 163 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -18,6 +18,8 @@ wine-staging (1.7.54) UNRELEASED; urgency=low
stub.
* Added patch for SetCoalescableTimer stub function.
* Added patch for SfcGetNextProtectedFile stub function.
* Added patch to zero out returned stats when IEnumSTATSTG::Next reaches end
of enumeration.
* Removed patch to implement kernel32.GetPhysicallyInstalledSystemMemory
(accepted upstream).
* Partially removed patches for ws2_32 TransmitFile (accepted upstream).