Francois Gouget : msi: Make load_ttf_name_id() static.

Alexandre Julliard julliard at winehq.org
Thu Mar 31 12:43:45 CDT 2011


Module: wine
Branch: master
Commit: 1d246654cbcf2e0c57b446dbb9b046cc8601e64e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1d246654cbcf2e0c57b446dbb9b046cc8601e64e

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 31 12:35:58 2011 +0200

msi: Make load_ttf_name_id() static.

---

 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;




More information about the wine-cvs mailing list