Commit 103719e9 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

gdi32: Implement GetDIBits using the GetImage driver function.

parent 09a14184
......@@ -1711,7 +1711,6 @@ static void test_GetDIBits(void)
}
/* returned bits are DWORD aligned and upside down */
todo_wine
ok(!memcmp(buf, dib_bits_1, sizeof(dib_bits_1)), "DIB bits don't match\n");
/* Test the palette indices */
......
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