Hi,
It has been 2 weeks since I sent this patch[1]. It's still new status in the patches list. I'm working on following patches based on it. I appreciate your reviews and will work on the patch to get it submitted.
Regards, Caibin
[1] http://source.winehq.org/patches/data/97331
2013/7/18 Caibin Chen tigersoldi@gmail.com:
Anybody reviewing this patch? It's almost all stubs, so although it's long, it shouldn't be hard to review
2013/7/15 Caibin Chen tigersoldi@gmail.com:
(Retry with real name in mail. The name in the patch is already my real name)
This patch implements a standalone stub of ITextDocument. The stub is currently used in txtsrv.c and will replace the stub in richole.c
dlls/riched20/Makefile.in | 1 + dlls/riched20/tests/txtsrv.c | 16 ++- dlls/riched20/txtdoc.c | 282 +++++++++++++++++++++++++++++++++++++++++++ dlls/riched20/txtdoc.h | 46 +++++++ dlls/riched20/txtsrv.c | 6 + 5 files changed, 350 insertions(+), 1 deletion(-) create mode 100644 dlls/riched20/txtdoc.c create mode 100644 dlls/riched20/txtdoc.h