gdi32/tests: Make test_CreateFontIndirect() static.

Francois Gouget fgouget at free.fr
Tue Nov 24 04:02:10 CST 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 08ceb85..c3e193a 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -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;
-- 
1.6.5




More information about the wine-patches mailing list