Added patch to implement shlwapi.AssocGetPerceivedType.

This commit is contained in:
Sebastian Lackner
2015-05-12 03:36:39 +02:00
parent c3c9472eb4
commit 134b99fbb2
5 changed files with 295 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -23,6 +23,7 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch to use POSIX implementation to enumerate directory content on
FreeBSD.
* Added patch for stub of fltlib.FilterLoad.
* Added patch to implement shlwapi.AssocGetPerceivedType.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call