Added patch to implement stubs for D3DXCreateAnimationController interface.

This commit is contained in:
Sebastian Lackner
2015-01-18 07:43:10 +01:00
parent 56a8b5698c
commit 294abd9164
5 changed files with 587 additions and 58 deletions

1
debian/changelog vendored
View File

@@ -8,6 +8,7 @@ wine-staging (1.7.35) UNRELEASED; urgency=low
* Added patch to avoid appending duplicate NULL character when importing keys with regedit.
* Added patch for IConnectionPoint/INetworkListManagerEvents stub interface.
* Added patch to fix init of LONGLONG variable with a negative value in TGA decoder.
* Added patch to implement stubs for D3DXCreateAnimationController interface.
* Removed patch to set last error on success in WSARecv (accepted upstream).
* Removed patch to fix handling of subdirectory in FtpFindFirstFile (accepted upstream).
* Removed patch to initialize irp.Tail.Overlay.OriginalFileObject with stub file object (accepted upstream).