Added patch to increase wineconsole commandline buffer size.

This commit is contained in:
Sebastian Lackner
2015-03-04 21:19:13 +01:00
parent e7b99e4558
commit e3616aa15c
5 changed files with 48 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -35,6 +35,7 @@ wine-staging (1.7.38) UNRELEASED; urgency=low
* Added patch to correct DDSCAPS2 and DDSURFACEDESC2 structure (by Amine Khaldi, wine-patched/pull/7).
* Added patch to fix crash when trying to switch back to a 16-bit stack.
* Added patches to improve performance by reusing old async IO structure if possible.
* Added patch to increase wineconsole commandline buffer size.
* 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).