Module: wine Branch: master Commit: 9bde411087cd4e728a5acff626c3f1e1b376d284 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9bde411087cd4e728a5acff626...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Wed May 2 17:59:21 2007 +0900
riched20: Add the tests for EM_SETTEXTEX/EM_GETTEXTEX in addition to WM_SETTEXT/WM_GETTEXT, make them pass under Wine.
---
dlls/riched20/editor.c | 27 ++++--- dlls/riched20/string.c | 2 + dlls/riched20/tests/editor.c | 172 ++++++++++++++++++++++++++++++++---------- 3 files changed, 152 insertions(+), 49 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9bde411087cd4e728a5acf...