Francois Gouget : gdi32/tests: Make test_GetTextMetrics2() static.

Alexandre Julliard julliard at winehq.org
Mon Jun 29 09:17:46 CDT 2009


Module: wine
Branch: master
Commit: 8b93e1fe062b2ac770c5fe4290e6d635bacb499e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8b93e1fe062b2ac770c5fe4290e6d635bacb499e

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun 28 13:29:54 2009 +0200

gdi32/tests: Make test_GetTextMetrics2() static.

---

 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;




More information about the wine-cvs mailing list