Added patch to allocate fake hWnd for wineconsole curses backend.

This commit is contained in:
Sebastian Lackner
2015-05-13 19:32:09 +02:00
parent fb7bff38de
commit d114a05de3
5 changed files with 68 additions and 2 deletions

1
debian/changelog vendored
View File

@@ -29,6 +29,7 @@ wine-staging (1.7.43) UNRELEASED; urgency=low
* Added patch with IEnumString stub interface for ACLShellSource.
* Added patch to create stub files for
system32/drivers/etc/{services,hosts,networks,protocol}.
* Added patch to allocate fake hWnd for wineconsole curses backend.
* Removed patch to use lockfree implementation for FD cache (accepted
upstream).
* Removed patch to properly handle closing sockets during a select call