Nikolay Sivov : comctl32: Introduce Static control.

Alexandre Julliard julliard at winehq.org
Thu Feb 8 15:33:08 CST 2018


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Thu Feb  8 13:37:23 2018 +0300

comctl32: Introduce Static control.

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

---

 dlls/comctl32/Makefile.in  |   1 +
 dlls/comctl32/button.c     |   2 +-
 dlls/comctl32/comctl32.h   |   3 +
 dlls/comctl32/commctrl.c   |   2 +
 dlls/comctl32/static.c     | 812 +++++++++++++++++++++++++++++++++++++++++++++
 dlls/comctl32/tests/misc.c |   3 +-
 dlls/user32/class.c        |   1 -
 dlls/user32/tests/class.c  |   1 +
 8 files changed, 822 insertions(+), 3 deletions(-)

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



More information about the wine-cvs mailing list