Added patch with IEnumString stub interface for ACLShellSource.

This commit is contained in:
Sebastian Lackner
2015-05-13 04:58:51 +02:00
parent 1b0d071e41
commit 2a8300034c
5 changed files with 173 additions and 28 deletions

1
debian/changelog vendored
View File

@@ -26,6 +26,7 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch to implement shlwapi.AssocGetPerceivedType.
* Added patch to avoid creating foreign thread queues for attach_thread_input
requests.
* Added patch with IEnumString stub interface for ACLShellSource.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call