Added patch to add stub for ntoskrnl.ExReleaseResourceForThread.

This commit is contained in:
Sebastian Lackner
2015-02-12 08:28:37 +01:00
parent a40b3e341a
commit 3f9cc193b7
5 changed files with 66 additions and 1 deletions

View File

@@ -38,9 +38,10 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
===================================
**Bugfixes and features included in the next upcoming release [5]:**
**Bugfixes and features included in the next upcoming release [6]:**
* Add stub for ntoskrnl.ExAcquireResourceExclusiveLite
* Add stub for ntoskrnl.ExReleaseResourceForThread
* Avoid race-conditions in NtReadFile() operations with write watches.
* Avoid race-conditions with write watches in WS2_async_accept.
* Basic handling of write watches triggered while we're on the signal stack.