Added patch to avoid corruption of caret when SetCaretPos() is called.

This commit is contained in:
Sebastian Lackner
2015-12-27 18:28:53 +01:00
parent 5d94a2566b
commit f291e6b294
5 changed files with 129 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
wine-staging (1.9.0) UNRELEASED; urgency=low
* Added patch to align terminating null WCHAR in SysAllocStringByteLen.
* Added patch to avoid corruption of caret when SetCaretPos() is called.
* Removed patch to add a stub driver for tdi.sys (accepted upstream).
* Removed patch to implement support for ws2_32.dll.WSAPoll (accepted
upstream).