Commit d442a48e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32/tests: Make test_CreateFontIndirect() static.

parent e98719f7
......@@ -2977,7 +2977,7 @@ static void test_GetTextMetrics2(const char *fontname, int font_height)
ok(ratio >= 90 && ratio <= 110, "expected width/height ratio 90-110, got %d\n", ratio);
}
void test_CreateFontIndirect(void)
static void test_CreateFontIndirect(void)
{
LOGFONTA lf, getobj_lf;
int ret, i;
......
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