Commit 22a4b3fc authored by Jeff Smith's avatar Jeff Smith Committed by Alexandre Julliard

gdi32/tests: Reserve sufficient room for DIB data.

parent 2fec8659
......@@ -913,7 +913,7 @@ static void test_dibsections(void)
static void test_dib_formats(void)
{
BITMAPINFO *bi;
char data[256];
char data[2048]; /* 2 x 2 pixels, max 64 bits-per-pixel, max 64 planes */
void *bits;
int planes, bpp, compr, format;
HBITMAP hdib, hbmp;
......
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