Francois Gouget : dwrite: Make opentype_get_font_strings_from_id() static.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 31 06:41:59 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Aug 28 14:34:05 2015 +0200

dwrite: Make opentype_get_font_strings_from_id() static.

---

 dlls/dwrite/opentype.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c
index d0411bd..fd471ef 100644
--- a/dlls/dwrite/opentype.c
+++ b/dlls/dwrite/opentype.c
@@ -1196,7 +1196,7 @@ static void get_name_record_locale(enum OPENTYPE_PLATFORM_ID platform, USHORT la
     }
 }
 
-HRESULT opentype_get_font_strings_from_id(const void *table_data, enum OPENTYPE_STRING_ID id, IDWriteLocalizedStrings **strings)
+static HRESULT opentype_get_font_strings_from_id(const void *table_data, enum OPENTYPE_STRING_ID id, IDWriteLocalizedStrings **strings)
 {
     const TT_NAME_V0 *header;
     BYTE *storage_area = 0;




More information about the wine-cvs mailing list