Added patch to allow NULL pointer as keystate argument in ToUnicodeEx.

This commit is contained in:
Sebastian Lackner
2015-04-04 22:32:25 +02:00
parent 9f091b033c
commit 4ad22c8418
5 changed files with 111 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -22,6 +22,7 @@ wine-staging (1.7.40) UNRELEASED; urgency=low
* Added patch to allow to open files/directories without any access rights in order to query attributes.
* Added patch to implement DDENUMSURFACES_CANBECREATED in IDirectDraw7::EnumSurfaces and fix some bugs.
* Added patch to ignore unsupported job object restrictions.
* Added patch to allow NULL pointer as keystate argument in ToUnicodeEx.
* Removed patch to fix regression causing black screen on startup (accepted upstream).
* Removed patch to fix edge cases in TOOLTIPS_GetTipText (fixed upstream).
* Removed patch for IConnectionPoint/INetworkListManagerEvents stub interface (accepted upstream).