Added patch to implement support for loader dll redirections.

This commit is contained in:
Michael Müller
2014-12-13 05:38:40 +01:00
parent f474c5783f
commit 60f7d52725
9 changed files with 763 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -13,6 +13,7 @@ wine-compholio (1.7.33) UNRELEASED; urgency=low
* Added patch to ignore unsupported flags for CoInternetSetFeatureEnabled.
* Added patch to provide named entry point shell32.SHILCreateFromPath for vista apps.
* Added patch to reallocate buffer when adding records to AVI files.
* Added patch to implement support for loader dll redirections.
* 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).