From 512c8f94444689b949387ddc1c5eb97e6d5de5e4 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Fri, 16 Sep 2016 15:17:33 +0100 Subject: [PATCH] user32/tests: Add space for the mask data to prevent failures on Win 8 and 10. Signed-off-by: Huw Davies Signed-off-by: Alexandre Julliard --- 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 5f2306aee4f..4b79d4674bd 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 {