From 3cb2ec90442e998fcaaa40289641c7c7647a7f3c Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 21 Feb 2010 12:35:18 +0000 Subject: [PATCH] - Add patch back after sync. svn path=/trunk/; revision=45649 --- rostests/winetests/gdi32/font.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rostests/winetests/gdi32/font.c b/rostests/winetests/gdi32/font.c index 87ca494257d..a5cfe22e910 100644 --- a/rostests/winetests/gdi32/font.c +++ b/rostests/winetests/gdi32/font.c @@ -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 */