gdi32/tests: Make test_CreateFontIndirect() static.
This commit is contained in:
parent
e98719f79e
commit
d442a48e2a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue