gdiplus: Make load_ttf_name_id() static.

Francois Gouget fgouget at free.fr
Wed Mar 16 02:26:11 CDT 2011


---
 dlls/gdiplus/font.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/font.c b/dlls/gdiplus/font.c
index 242a857..e092b43 100644
--- a/dlls/gdiplus/font.c
+++ b/dlls/gdiplus/font.c
@@ -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;
-- 
1.7.2.3




More information about the wine-patches mailing list