Added patch to fallback to global key state for threads without a queue.

This commit is contained in:
Sebastian Lackner
2015-02-26 04:26:59 +01:00
parent d25e78cefb
commit dd12b420e8
5 changed files with 81 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -7,6 +7,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to complete and properly pack DNS_HEADER structure (by Amine Khaldi, wine-patched/pull/6).
* Added patch to fix race-condition when threads are killed during shutdown.
* Added patch to avoid deadlock by using _exit() in NtTerminateProcess.
* Added patch to fallback to global key state for threads without a queue.
* 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).