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