user32/tests: Add space for the mask data to prevent failures on Win 8 and 10.

Huw Davies huw at codeweavers.com
Fri Sep 16 09:17:33 CDT 2016


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 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 {
-- 
2.8.2




More information about the wine-patches mailing list