gdiplus: Make load_ttf_name_id() static.

This commit is contained in:
Francois Gouget 2011-03-16 08:26:11 +01:00 committed by Alexandre Julliard
parent cc70cd9de1
commit 769dcd8447
1 changed files with 1 additions and 1 deletions

View File

@ -974,7 +974,7 @@ typedef struct _tagTT_NAME_RECORD {
* Code based off of code located here
* http://www.codeproject.com/gdi/fontnamefromfile.asp
*/
WCHAR *load_ttf_name_id( const char *mem, DWORD_PTR size, DWORD id, WCHAR *ret, DWORD len )
static WCHAR *load_ttf_name_id( const char *mem, DWORD_PTR size, DWORD id, WCHAR *ret, DWORD len )
{
const TT_TABLE_DIRECTORY *tblDir;
TT_OFFSET_TABLE ttOffsetTable;