gdi32/tests: Make test_GetTextMetrics2() static.

This commit is contained in:
Francois Gouget 2009-06-28 13:29:54 +02:00 committed by Alexandre Julliard
parent e6b58a0ba1
commit 8b93e1fe06
1 changed files with 1 additions and 1 deletions

View File

@ -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;