Added patch to fix check for end_frame in RtlUnwindEx on x86_64.

This commit is contained in:
Sebastian Lackner
2015-01-26 04:09:22 +01:00
parent a3813c45a0
commit a5566f1e8e
6 changed files with 51 additions and 3 deletions

View File

@@ -38,9 +38,10 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [1]:**
**Bugfixes and features included in the next upcoming release [2]:**
* Call DriverUnload function when unloading a driver.
* Call DriverUnload function when unloading a device driver.
* Fix check for end_frame in RtlUnwindEx on x86_64. ([Wine Bug #34254](https://bugs.winehq.org/show_bug.cgi?id=34254))
**Bugs fixed in Wine Staging 1.7.35 [146]:**