This one gives compiler warning:
gcc -m32 -c -o taskdialog.o ../../../../wine-git/dlls/comctl32/taskdialog.c -I. \ -I../../../../wine-git/dlls/comctl32 -I../../include -I../../../../wine-git/include -D__WINESRC__ \ -D_COMCTL32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement \ -Wempty-body -Wignored-qualifiers -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits \ -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -gdwarf-2 \ -gstrict-dwarf -fno-omit-frame-pointer -g -O2 ../../../../wine-git/dlls/comctl32/taskdialog.c:111:21: warning: ‘taskdialog_add_control’ defined but not used [-Wunused-function] static unsigned int taskdialog_add_control(struct taskdialog_template_desc *desc, WORD id, const WCHAR *class,
It should be merged with 8/8. Please resend as a standalone patch after first 6 patches are accepted.