Added patch to block interruption of system APC in server_select.

This commit is contained in:
Sebastian Lackner
2015-10-21 18:56:08 +02:00
parent 91f812ed1b
commit 7cf357b20c
5 changed files with 131 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -3,6 +3,7 @@ wine-staging (1.7.54) UNRELEASED; urgency=low
unwinding.
* Added patch to implement stub for ProcessQuotaLimits info class.
* Added patch to release capture before sending WM_COMMAND.
* Added patch to block interruption of system APC in server_select.
* Removed patch to implement kernel32.GetPhysicallyInstalledSystemMemory
(accepted upstream).
* Partially removed patches for ws2_32 TransmitFile (accepted upstream).