msi: Make load_ttf_name_id() static.

This commit is contained in:
Francois Gouget 2011-03-31 12:35:58 +02:00 committed by Alexandre Julliard
parent 338d700a23
commit 1d246654cb
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ static const WCHAR regfont2[] =
* Code based off of code located here
* http://www.codeproject.com/gdi/fontnamefromfile.asp
*/
WCHAR *load_ttf_name_id( const WCHAR *filename, DWORD id )
static WCHAR *load_ttf_name_id( const WCHAR *filename, DWORD id )
{
TT_TABLE_DIRECTORY tblDir;
BOOL bFound = FALSE;