Added patch to block deallocation of thread stack for current thread (fixes Wine Staging Bug #241).

This commit is contained in:
Sebastian Lackner
2015-08-22 03:34:13 +02:00
parent f3b30373fb
commit 76f5985038
5 changed files with 213 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -20,6 +20,8 @@ wine-staging (1.7.50) UNRELEASED; urgency=low
precision registry timestamps.
* Added patch to use a helper function for NtWaitForMultipleObjects and
NtWaitForSingleObject.
* Added patch to block deallocation of thread stack for current thread (fixes
Wine Staging Bug #241).
* Removed patch to move security cookie initialization from memory management
to loader (accepted upstream).
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted