Zhiyi Zhang zzhang@codeweavers.com writes:
BS_VCENTER shares bit field with BS_TOP and BS_BOTTOM. Thus the condition can't base on only logic AND.
Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com
dlls/comctl32/button.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Looks good, can you please also do the same thing in user32?