Francois Gouget : usp10/tests: Make enumFontProc() static.
Module: wine Branch: master Commit: 792a9eb6892b92a56548dd8a92a4627ce2583c72 URL: http://source.winehq.org/git/wine.git/?a=commit;h=792a9eb6892b92a56548dd8a92... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed May 25 11:09:12 2011 +0200 usp10/tests: Make enumFontProc() static. --- 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 b9e4ed5..bfb2b5c 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;
participants (1)
-
Alexandre Julliard