gdi: fix test under winxp

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Oct 11 09:14:59 CDT 2004


	Huw Davies <huw at codeweavers.com>
	Apparently this portion of the test was failing under some versions
	of winxp, so remove it.
-- 
Huw Davies
huw at codeweavers.com
Index: dlls/gdi/tests/bitmap.c
===================================================================
RCS file: /home/wine/wine/dlls/gdi/tests/bitmap.c,v
retrieving revision 1.3
diff -u -r1.3 bitmap.c
--- dlls/gdi/tests/bitmap.c	16 Sep 2004 20:29:25 -0000	1.3
+++ dlls/gdi/tests/bitmap.c	11 Oct 2004 14:10:56 -0000
@@ -198,9 +198,6 @@
        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);
 



More information about the wine-patches mailing list