Module: wine Branch: refs/heads/master Commit: 482ab27e8d3cf6414d4db7c940328d07e14776f4 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=482ab27e8d3cf6414d4db7c9...
Author: Thomas Kho tkho@ucla.edu Date: Sat Feb 11 18:39:07 2006 +0100
riched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX messages.
---
configure | 3 - configure.ac | 1 dlls/riched20/Makefile.in | 2 dlls/riched20/tests/.gitignore | 3 + dlls/riched20/tests/Makefile.in | 13 +++ dlls/riched20/tests/editor.c | 191 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 212 insertions(+), 1 deletions(-) create mode 100644 dlls/riched20/tests/.gitignore create mode 100644 dlls/riched20/tests/Makefile.in create mode 100644 dlls/riched20/tests/editor.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=482ab27e8d3cf6414d4d...