Commit 8b93e1fe authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32/tests: Make test_GetTextMetrics2() static.

parent e6b58a0b
......@@ -2912,7 +2912,7 @@ static void test_GetGlyphOutline(void)
}
/* bug #9995: there is a limit to the character width that can be specified */
void test_GetTextMetrics2( const char *fontname)
static void test_GetTextMetrics2( const char *fontname)
{
HFONT of, hf;
HDC hdc;
......
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