Commit 512c8f94 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

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

parent 9f2ccf31
......@@ -83,6 +83,7 @@ typedef struct {
typedef struct {
BYTE data[32*32*4];
BYTE mask_data[32*32/8];
} ani_data32x32x32;
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment