Added new version of patch to fix condition mask handling in RtlVerifyVersionInfo.

This commit is contained in:
Sebastian Lackner
2014-12-01 11:39:29 +01:00
parent 5420552434
commit c67647eb73
7 changed files with 537 additions and 82 deletions

View File

@@ -37,6 +37,11 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [1]:**
* Fix condition mask handling in RtlVerifyVersionInfo ([Wine Bug #36143](https://bugs.winehq.org/show_bug.cgi?id=36143))
**Bugs fixed in Wine Staging 1.7.32 [108]:**
* ATL IOCS data should not be stored in GWLP_USERDATA ([Wine Bug #21767](https://bugs.winehq.org/show_bug.cgi?id=21767))