Module: wine Branch: master Commit: c9e98034b37f44d505ba406f94031d02e226a176 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c9e98034b37f44d505ba406f9...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Feb 13 10:56:36 2018 +0300
comctl32: Introduce ComboBox control.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/Makefile.in | 1 + dlls/comctl32/combo.c | 2116 ++++++++++++++++++++++++++++++++++++++++++++ dlls/comctl32/comctl32.h | 1 + dlls/comctl32/commctrl.c | 2 + dlls/comctl32/tests/misc.c | 1 + dlls/user32/class.c | 1 - 6 files changed, 2121 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c9e98034b37f44d505ba4...