Nikolay Sivov : comctl32: Introduce Edit control.
Module: wine Branch: master Commit: 662f727a7914fa1996c2fe19e2063a81fc079653 URL: https://source.winehq.org/git/wine.git/?a=commit;h=662f727a7914fa1996c2fe19e... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Thu Feb 1 10:09:05 2018 +0300 comctl32: Introduce Edit control. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=662f727a7914fa1996c2f...
participants (1)
-
Alexandre Julliard