Added patch to avoid appending duplicate NULL character when importing keys with regedit.

This commit is contained in:
Sebastian Lackner
2015-01-13 05:46:52 +01:00
parent 0d07d50b91
commit ce0a7a882b
5 changed files with 76 additions and 16 deletions

View File

@@ -37,8 +37,9 @@ 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]:**
* Do not append duplicate NULL characters when importing keys with regedit ([Wine Bug #37575](https://bugs.winehq.org/show_bug.cgi?id=37575))
* Support for DDS file format in D3DXSaveTextureToFileInMemory ([Wine Bug #26898](https://bugs.winehq.org/show_bug.cgi?id=26898))