Skip to content
Snippets Groups Projects
Commit 82ef9f96 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

gdi32/tests: Make sure the bitmap info is initialized in the GetDIBits test.

parent 3ce59f5d
Branches
Tags
No related merge requests found
......@@ -3256,6 +3256,7 @@ static void test_GetDIBits_top_down(int bpp)
int *picture;
int statusCode;
memset( &bi, 0, sizeof(bi) );
bi.bmiHeader.biSize=sizeof(bi.bmiHeader);
bi.bmiHeader.biWidth=2;
bi.bmiHeader.biHeight=2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment