msi: Make load_ttf_name_id() static.

Francois Gouget fgouget at free.fr
Thu Mar 31 05:35:58 CDT 2011


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

diff --git a/dlls/msi/font.c b/dlls/msi/font.c
index 7a49386..f74c59e 100644
--- a/dlls/msi/font.c
+++ b/dlls/msi/font.c
@@ -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;
-- 
1.7.4.1




More information about the wine-patches mailing list