Added patch to make GetLogicalProcessorInformationEx a stub which returns TRUE.

This commit is contained in:
Sebastian Lackner
2015-03-01 01:12:40 +01:00
parent 6c1e7ddfb2
commit 67e8c4d0a9
5 changed files with 101 additions and 44 deletions

1
debian/changelog vendored
View File

@@ -27,6 +27,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* 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).
* Added patch to make GetLogicalProcessorInformationEx a stub which returns TRUE.
* 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).