Added patch to implement kernel32.GetConsoleFontSize.

This commit is contained in:
Sebastian Lackner
2015-10-31 18:39:31 +01:00
parent 896b3398f1
commit 4be7c872c3
11 changed files with 415 additions and 6 deletions

1
debian/changelog vendored
View File

@@ -22,6 +22,7 @@ wine-staging (1.7.54) UNRELEASED; urgency=low
of enumeration.
* Added patch to fix multiple issues in widl typelib generation.
* Added patch for SetConsoleKeyShortcuts stub function.
* Added patch to implement kernel32.GetConsoleFontSize.
* Removed patch to implement kernel32.GetPhysicallyInstalledSystemMemory
(accepted upstream).
* Partially removed patches for ws2_32 TransmitFile (accepted upstream).