Added patch to fix init of LONGLONG variable with a negative value in TGA decoder.

This commit is contained in:
Sebastian Lackner
2015-01-15 18:18:50 +01:00
parent 603ba80d41
commit 3e7445275a
5 changed files with 48 additions and 1 deletions

View File

@@ -37,10 +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 [3]:**
**Bugfixes and features included in the next upcoming release [4]:**
* Child of Light expects FindConnectionPoint to succeed and increase the refcount ([Wine Bug #36408](https://bugs.winehq.org/show_bug.cgi?id=36408))
* Do not append duplicate NULL characters when importing keys with regedit ([Wine Bug #37575](https://bugs.winehq.org/show_bug.cgi?id=37575))
* Fix init of LONGLONG variable with a negative value in TGA decoder
* Support for DDS file format in D3DXSaveTextureToFileInMemory ([Wine Bug #26898](https://bugs.winehq.org/show_bug.cgi?id=26898))