Added patch to process APC calls before starting process.

This commit is contained in:
Sebastian Lackner
2015-03-07 18:14:35 +01:00
parent c1ee00741d
commit 521e8aa38c
5 changed files with 55 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -39,6 +39,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to increase wineconsole commandline buffer size.
* Added patch to replace hardcoded values with sizeof(GUID) for d3dxof.
* Added patch to implement cuModuleLoad wrapper function.
* Added patch to process APC calls before starting process.
* 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).