Commit 769dcd84 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdiplus: Make load_ttf_name_id() static.

parent cc70cd9d
......@@ -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;
......
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