gdi32/tests: Make test_CreateFontIndirect() static.

This commit is contained in:
Francois Gouget 2009-11-24 11:02:10 +01:00 committed by Alexandre Julliard
parent e98719f79e
commit d442a48e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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); 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; LOGFONTA lf, getobj_lf;
int ret, i; int ret, i;