Added patch to ignore unsupported flags for CoInternetSetFeatureEnabled.

This commit is contained in:
Sebastian Lackner
2014-12-12 05:18:45 +01:00
parent fc24ba3f65
commit 47a163dcef
5 changed files with 48 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -10,6 +10,7 @@ wine-compholio (1.7.33) UNRELEASED; urgency=low
* Added patch to implement stubs for MFStartup and MFShutdown.
* Added patch for additional tests of CoWaitForMultipleHandles with WM_QUIT.
* Added patch to fix return value of ScrollWindowEx for invisible windows.
* Added patch to ignore unsupported flags for CoInternetSetFeatureEnabled.
* Removed patch to fix copy and paste errors in ws2_32 tests (accepted upstream).
* Removed patch to fix ordering of IP addresses by metric if two addresses have the same metric (accepted upstream).
* Removed patch to reset data->pWintrustData->u.pFile->hFile after closing handle (accepted upstream).