Added patch to avoid filling KdHelp structure for uermode applications.

This commit is contained in:
Sebastian Lackner
2014-09-15 22:58:22 +02:00
parent d874e1323d
commit 943405c277
5 changed files with 58 additions and 1 deletions

1
debian/changelog vendored
View File

@@ -2,6 +2,7 @@ wine-compholio (1.7.27) UNRELEASED; urgency=low
* Fixed some issues in the patches for GetSystemTimes.
* Added patch to support FIND_FIRST_EX_LARGE_FETCH flag in FindFirstFileExW.
* Added patch to fix deadlock caused by incorrect wrapper of glu polygon/contour function.
* Added patch to avoid filling out KdHelp for usermode applications.
* Removed patch to use assembly wrapper for TLS callbacks (accepted upstream).
* Removed patch to fix uninitialized cch struct member in GetMenuItemInfo (accepted upstream).
* Removed some patches for riched20/IText*-interface (accepted upstream).