Module: wine Branch: master Commit: 05d4e4a23b06fd927bbe72ad4e5a864e9a8d842d URL: https://source.winehq.org/git/wine.git/?a=commit;h=05d4e4a23b06fd927bbe72ad4... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Tue Apr 3 09:10:57 2018 +0300 comctl32/button: Remove style checking when handling BM_SETIMAGE. Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comctl32/button.c | 141 +++++++++++--------------- dlls/comctl32/tests/button.c | 234 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 295 insertions(+), 80 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=05d4e4a23b06fd927bbe7...