Added patch to implement IApplicationAssociationRegistration::QueryCurrentDefault.

This commit is contained in:
Sebastian Lackner
2015-02-14 04:42:05 +01:00
parent 6a98a1f8aa
commit c3d4426edd
5 changed files with 262 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [8]:**
**Bugfixes and features included in the next upcoming release [9]:**
* Add stub for ntoskrnl.ExAcquireResourceExclusiveLite
* Add stub for ntoskrnl.ExDeleteResourceLite
@@ -48,6 +48,7 @@ Included bug fixes and improvements
* Basic handling of write watches triggered while we're on the signal stack.
* Do not access stack below ESP when restoring thread context.
* Implement D3DXGetShaderOutputSemantics
* Implement IApplicationAssociationRegistration::QueryCurrentDefault. ([Wine Bug #34654](https://bugs.winehq.org/show_bug.cgi?id=34654))
**Bugs fixed in Wine Staging 1.7.36 [167]:**