[PATCH 1/8] riched20: Stub for ITextRange interface and implement ITextDocument::Range. (resend try 4)

Jactry Zeng wine at jactry.com
Thu Sep 11 04:35:38 CDT 2014


This series is for fixing Bug 18303: 
http://bugs.winehq.org/show_bug.cgi?id=18303
And also good for Bug 12458: http://bugs.winehq.org/show_bug.cgi?id=12458

--
ChangeLog:
[PATCH 1/8]
- Simplify with macros in include/wine/list.h
- Using LONG instead of int in This->start and This->end
- Limit cp1 to (0, TextLength)
[PATCH 3/8]
- Add tests for ITextDocument_Range/GetSelection(txtDoc, 13, 13, txtRge/Sel)
[PATCH 7-8/8]
- Simplify with macros in include/wine/list.h

---
  dlls/riched20/richole.c       | 730 
+++++++++++++++++++++++++++++++++++++++++-
  dlls/riched20/tests/richole.c |  35 +-
  2 files changed, 762 insertions(+), 3 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-riched20-Stub-for-ITextRange-interface-and-implement-I.txt
Type: text/x-patch
Size: 24312 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140911/47beffec/attachment.bin>


More information about the wine-patches mailing list