Commit 792a9eb6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

usp10/tests: Make enumFontProc() static.

parent f62ca752
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment