Added patch with stubs for additional wininet options in InternetSetOption (fixes Wine Staging Bug #443).

This commit is contained in:
Sebastian Lackner
2015-08-07 22:37:26 +02:00
parent bdfd218e7e
commit 7a3bc88055
8 changed files with 195 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -2,6 +2,8 @@ wine-staging (1.7.49) UNRELEASED; urgency=low
* Added patch to improve stubs for dxgi MakeWindowAssociation and
GetWindowAssociation.
* Added patch for stub dlls required by the MSVC 2015 runtime library.
* Added patch with stubs for additional wininet options in InternetSetOption
(fixes Wine Staging Bug #443).
* Removed patch to avoid race-conditions with long running threadpool tasks
(accepted upstream).
* Removed patch to add support for ThreadQuerySetWin32StartAddress info class