Nikolay Sivov : comctl32: Introduce Edit control.

Alexandre Julliard julliard at winehq.org
Thu Feb 1 16:14:52 CST 2018


Module: wine
Branch: master
Commit: 662f727a7914fa1996c2fe19e2063a81fc079653
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=662f727a7914fa1996c2fe19e2063a81fc079653

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Feb  1 10:09:05 2018 +0300

comctl32: Introduce Edit control.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/comctl32/Makefile.in  |    3 +-
 dlls/comctl32/comctl32.h   |    1 +
 dlls/comctl32/commctrl.c   |   18 +
 dlls/comctl32/edit.c       | 5075 ++++++++++++++++++++++++++++++++++++++++++++
 dlls/comctl32/tests/edit.c |    7 -
 dlls/user32/class.c        |    1 -
 6 files changed, 5096 insertions(+), 9 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=662f727a7914fa1996c2fe19e2063a81fc079653



More information about the wine-cvs mailing list