gdi32/tests: Make test_GetTextMetrics2() static.

Francois Gouget fgouget at free.fr
Sun Jun 28 06:29:54 CDT 2009


---
 dlls/gdi32/tests/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index d58b8be..6950503 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -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;
-- 
1.6.3.1



More information about the wine-patches mailing list