Added patches to make various functions in d3d8 / ddraw hotpatchable (required for fraps).

This commit is contained in:
Sebastian Lackner
2015-02-28 22:00:48 +01:00
parent 99bf902a97
commit 6c1e7ddfb2
4 changed files with 331 additions and 27 deletions

1
debian/changelog vendored
View File

@ -26,6 +26,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to implement support for NULL job handles in IsProcessInJob.
* Added patch to implement support for waiting on job object.
* Added patch to fix crash in clip_cursor_notify caused by uninitialized TLS.
* Added patches to make various functions in d3d8 / ddraw hotpatchable (required for fraps).
* 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).