Initial implementation of riched20.
authorKrzysztof Foltman <kfoltman@portal.onet.pl>
Sat, 5 Mar 2005 11:19:14 +0000 (11:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 5 Mar 2005 11:19:14 +0000 (11:19 +0000)
commitd488f3f1de7774f892f0195a2584c4e3e9d581a1
treee9cf40a23010e3a144b363f08dbdffe9de4f3321
parentaa35787dc75efc4d2831ae903fb425cbd8012438
Initial implementation of riched20.
21 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/riched20/.cvsignore [new file with mode: 0644]
dlls/riched20/Makefile.in [new file with mode: 0644]
dlls/riched20/caret.c [new file with mode: 0644]
dlls/riched20/context.c [new file with mode: 0644]
dlls/riched20/editor.c [new file with mode: 0644]
dlls/riched20/editor.h [new file with mode: 0644]
dlls/riched20/editstr.h [new file with mode: 0644]
dlls/riched20/list.c [new file with mode: 0644]
dlls/riched20/paint.c [new file with mode: 0644]
dlls/riched20/para.c [new file with mode: 0644]
dlls/riched20/riched20.spec [new file with mode: 0644]
dlls/riched20/richole.c [new file with mode: 0644]
dlls/riched20/row.c [new file with mode: 0644]
dlls/riched20/run.c [new file with mode: 0644]
dlls/riched20/string.c [new file with mode: 0644]
dlls/riched20/style.c [new file with mode: 0644]
dlls/riched20/undo.c [new file with mode: 0644]
dlls/riched20/wrap.c [new file with mode: 0644]