18 Jul
2013
18 Jul
'13
11:43 a.m.
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(a)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