Added patch to replace hardcoded values with sizeof(GUID) for d3dxof.

This commit is contained in:
Sebastian Lackner
2015-03-04 21:31:59 +01:00
parent e3616aa15c
commit 20e97e50b3
3 changed files with 60 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -36,6 +36,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to fix crash when trying to switch back to a 16-bit stack.
* Added patches to improve performance by reusing old async IO structure if possible.
* Added patch to increase wineconsole commandline buffer size.
* Added patch to replace hardcoded values with sizeof(GUID) for d3dxof.
* Removed patch to properly call DriverUnload when unloading device drivers (accepted upstream).
* Removed patch to allow Accept-Encoding for HTTP/1.0 in wininet (accepted upstream).
* Removed patch to declare pDirectInputCreateEx in a MSVC compatible way (accepted upstream).