Added patch to use a helper function for NtWaitForMultipleObjects and NtWaitForSingleObject.

This commit is contained in:
Sebastian Lackner
2015-08-21 07:41:48 +02:00
parent 323b73a1f2
commit ca01e366ef
5 changed files with 81 additions and 1 deletions

2
debian/changelog vendored
View File

@@ -18,6 +18,8 @@ wine-staging (1.7.50) UNRELEASED; urgency=low
* Added patch to fix implementation of krnl386.exe16.GetTempDrive.
* Added patch for forward/backward compatibility of previous format of high
precision registry timestamps.
* Added patch to use a helper function for NtWaitForMultipleObjects and
NtWaitForSingleObject.
* Removed patch to move security cookie initialization from memory management
to loader (accepted upstream).
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted