Added patch to skip invalid entries in GetPrivateProfileString16.

This commit is contained in:
Sebastian Lackner
2015-11-28 22:51:22 +01:00
parent 8af8164874
commit 632a8a163b
5 changed files with 63 additions and 1 deletions

View File

@@ -34,11 +34,12 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [3]:**
**Bug fixes and features included in the next upcoming release [4]:**
* Add information for delayed end of DST in Europe/Istanbul
* Check handle type for HSPFILEQ handles ([Wine Bug #12332](https://bugs.winehq.org/show_bug.cgi?id=12332))
* Fix font loading in Capella ([Wine Bug #12377](https://bugs.winehq.org/show_bug.cgi?id=12377))
* Skip invalid entries in GetPrivateProfileString16 ([Wine Bug #9919](https://bugs.winehq.org/show_bug.cgi?id=9919))
**Bug fixes and features in Wine Staging 1.8-rc1 [268]:**