Added patch to fix implementation of krnl386.exe16.GetTempDrive.

This commit is contained in:
Sebastian Lackner
2015-08-18 21:54:58 +02:00
parent 3fe5ad7aef
commit b1ede54d23
5 changed files with 52 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -15,6 +15,7 @@ wine-staging (1.7.50) UNRELEASED; urgency=low
* Added patch to report correct ObjectName for NamedPipe wineserver objects
(fixes Wine Staging Bug #363).
* Added patch fix detection of case-insensitive systems in MSYS2.
* Added patch to fix implementation of krnl386.exe16.GetTempDrive.
* Removed patch to move security cookie initialization from memory management
to loader (accepted upstream).
* Removed patches for stub of D3DCompileFromFile and D3DCompile2 (accepted