usp10/tests: Make enumFontProc() static.

This commit is contained in:
Francois Gouget 2011-05-25 11:09:12 +02:00 committed by Alexandre Julliard
parent f62ca752e9
commit 792a9eb689
1 changed files with 1 additions and 1 deletions

View File

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