Module: wine Branch: master Commit: 512c8f94444689b949387ddc1c5eb97e6d5de5e4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=512c8f94444689b949387ddc1c... Author: Huw Davies <huw(a)codeweavers.com> Date: Fri Sep 16 15:17:33 2016 +0100 user32/tests: Add space for the mask data to prevent failures on Win 8 and 10. Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/tests/cursoricon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/user32/tests/cursoricon.c b/dlls/user32/tests/cursoricon.c index 5f2306a..4b79d46 100644 --- a/dlls/user32/tests/cursoricon.c +++ b/dlls/user32/tests/cursoricon.c @@ -83,6 +83,7 @@ typedef struct { typedef struct { BYTE data[32*32*4]; + BYTE mask_data[32*32/8]; } ani_data32x32x32; typedef struct {