msi: Make load_ttf_name_id() static.
This commit is contained in:
parent
338d700a23
commit
1d246654cb
|
@ -84,7 +84,7 @@ static const WCHAR regfont2[] =
|
||||||
* Code based off of code located here
|
* Code based off of code located here
|
||||||
* http://www.codeproject.com/gdi/fontnamefromfile.asp
|
* 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;
|
TT_TABLE_DIRECTORY tblDir;
|
||||||
BOOL bFound = FALSE;
|
BOOL bFound = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue