Module: wine Branch: master Commit: e4e2e8e551b1778ad434a4c013a91bc41b20e947 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e4e2e8e551b1778ad434a4c01...
Author: Alexandre Julliard julliard@winehq.org Date: Wed May 29 08:44:58 2019 +0200
comctl32: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/Makefile.in | 2 ++ dlls/comctl32/combo.c | 1 - dlls/comctl32/comboex.c | 11 +++++------ dlls/comctl32/comctl32undoc.c | 13 +++++-------- dlls/comctl32/commctrl.c | 3 +-- dlls/comctl32/datetime.c | 21 ++++++++++----------- dlls/comctl32/edit.c | 39 ++++++++++++++++++--------------------- dlls/comctl32/header.c | 1 - dlls/comctl32/ipaddress.c | 13 ++++++------- dlls/comctl32/listbox.c | 37 ++++++++++++++++++------------------- dlls/comctl32/listview.c | 10 +++------- dlls/comctl32/monthcal.c | 27 +++++++++++++-------------- dlls/comctl32/propsheet.c | 11 +++++------ dlls/comctl32/rebar.c | 1 - dlls/comctl32/status.c | 25 ++++++++++++------------- dlls/comctl32/string.c | 36 ++++++++++++++++-------------------- dlls/comctl32/syslink.c | 19 +++++++++---------- dlls/comctl32/taskdialog.c | 9 ++++----- dlls/comctl32/toolbar.c | 21 ++++++++++----------- dlls/comctl32/tooltips.c | 15 +++++++-------- dlls/comctl32/trackbar.c | 2 +- dlls/comctl32/treeview.c | 26 +++++++++++--------------- dlls/comctl32/updown.c | 3 +-- 23 files changed, 157 insertions(+), 189 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e4e2e8e551b1778ad434a...