Added patch to fix wrong defition of ntoskrnl.IoReleaseCancelSpinLock function.

This commit is contained in:
Sebastian Lackner
2015-02-08 17:58:49 +01:00
parent c81eb4cfa6
commit 2b2f2d70ab
5 changed files with 48 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -19,6 +19,7 @@ wine-staging (1.7.36) UNRELEASED; urgency=low
* Added patch to implement stubs for ntoskrnl.ObReferenceObjectByPointer and ntoskrnl.ObDereferenceObject.
* Added patch to implement stub for ntoskrnl.KeDelayExecutionThread.
* Added patch to improve various ntoskrnl stub functions.
* Added patch to fix wrong defition of ntoskrnl.IoReleaseCancelSpinLock function.
* Removed patch to add additional tests for SLGetWindowsInformationDWORD (accepted upstream).
* Removed patch to avoid filling KdHelp structure for usermode applications (accepted upstream).
-- Sebastian Lackner <sebastian@fds-team.de> Sun, 25 Jan 2015 05:58:36 +0100