On Fri, Sep 12, 2014 at 08:33:29PM +0800, Jactry Zeng wrote:
Thanks Huw and Sebastian.
Superseded patch 106499.
ChangeLog: try 5:
- Alloc txtRge in CreateITextRange()
try 4:
- Simplify with macros in include/wine/list.h
- Using LONG instead of int in This->start and This->end
- Limit cp1 to (0, TextLength)
dlls/riched20/richole.c | 730 +++++++++++++++++++++++++++++++++++++++++- dlls/riched20/tests/richole.c | 35 +- 2 files changed, 762 insertions(+), 3 deletions(-)
This first one looks ok to me. You'll need to re-send the rest of the series, but it would be better to wait until this gets in.
Huw.