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

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2016-09-16 15:17:33 +01:00 committed by Alexandre Julliard
parent 9f2ccf315e
commit 512c8f9444
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ typedef struct {
typedef struct {
BYTE data[32*32*4];
BYTE mask_data[32*32/8];
} ani_data32x32x32;
typedef struct {