- Add patch back after sync.
authorJames Tabor <james.tabor@reactos.org>
Sun, 21 Feb 2010 12:35:18 +0000 (12:35 +0000)
committerJames Tabor <james.tabor@reactos.org>
Sun, 21 Feb 2010 12:35:18 +0000 (12:35 +0000)
svn path=/trunk/; revision=45649

rostests/winetests/gdi32/font.c

index 87ca494..a5cfe22 100644 (file)
@@ -308,6 +308,9 @@ static void test_bitmap_font(void)
     SIZE size_orig;
     INT ret, i, width_orig, height_orig, scale, lfWidth;
 
+    skip("ROS-HACK: Skipping bitmap font tests!\n");
+    return;
+
     hdc = GetDC(0);
 
     /* "System" has only 1 pixel size defined, otherwise the test breaks */