usp10/tests: Make enumFontProc() static.

Francois Gouget fgouget at free.fr
Wed May 25 04:09:12 CDT 2011


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

diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c
index ac78514..40aec87 100644
--- a/dlls/usp10/tests/usp10.c
+++ b/dlls/usp10/tests/usp10.c
@@ -421,7 +421,7 @@ typedef struct tagRangeP {
     LOGFONTA lf;
 } fontEnumParam;
 
-int CALLBACK enumFontProc( const LOGFONT *lpelfe, const TEXTMETRIC *lpntme,
+static int CALLBACK enumFontProc( const LOGFONT *lpelfe, const TEXTMETRIC *lpntme,
                            DWORD FontType, LPARAM lParam)
 {
     NEWTEXTMETRICEX *ntme = (NEWTEXTMETRICEX*)lpntme;
-- 
1.7.4.4



More information about the wine-patches mailing list