Commit ee83c727 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

Apparently this portion of the test was failing under some versions of

winxp, so remove it.
parent 2161b36a
......@@ -198,9 +198,6 @@ static void test_dibsections(void)
rgb[0].rgbRed, rgb[0].rgbGreen, rgb[0].rgbBlue, rgb[0].rgbReserved,
rgb[1].rgbRed, rgb[1].rgbGreen, rgb[1].rgbBlue, rgb[1].rgbReserved);
ret = GetDIBColorTable(hdc, 0, 2, rgb);
ok(ret == 0, "GetDIBColorTable returned %d\n", ret);
SelectObject(hdcmem, oldbm);
DeleteObject(hdib);
......
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