summaryrefslogtreecommitdiff
path: root/include/freetype/ftnames.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-11-04 01:55:49 +0000
committerDavid Turner <david@freetype.org>2000-11-04 01:55:49 +0000
commitd2d1701333c36347cb95f4e4b1afcaf4e7151dc4 (patch)
tree80dd28a1cc25c24dcacc41eda4b31521618ab791 /include/freetype/ftnames.h
parentd2ac68bddfc2a484c32607143bde2ac6b4014019 (diff)
downloadfreetype2-d2d1701333c36347cb95f4e4b1afcaf4e7151dc4.tar.gz
major reformatting of the sources:
FT_EXPORT_DEF => FT_EXPORT FT_EXPORT_FUNC => FT_EXPORT_DEF BASE_DEF => FT_BASE BASE_FUNC => FT_BASE_DEF LOCAL_DEF => FT_LOCAL LOCAL_FUNC => FT_LOCAL_DEF LOCAL_FUNC_X => FT_CALLBACK_DEF LOCAL_DEF_X => FT_CALLBACK_TABLE FT_CPLUSPLUS => FT_CALLBACK_TABLE_DEF
Diffstat (limited to 'include/freetype/ftnames.h')
-rw-r--r--include/freetype/ftnames.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/ftnames.h b/include/freetype/ftnames.h
index c29f9d8d7..21abdeec7 100644
--- a/include/freetype/ftnames.h
+++ b/include/freetype/ftnames.h
@@ -86,7 +86,7 @@
/* <Return> */
/* The number of strings in the `name' table. */
/* */
- FT_EXPORT_DEF( FT_UInt ) FT_Get_Sfnt_Name_Count( FT_Face face );
+ FT_EXPORT( FT_UInt ) FT_Get_Sfnt_Name_Count( FT_Face face );
/*************************************************************************/
@@ -116,9 +116,9 @@
/* `name' table entries, then do a loop until you get the right */
/* platform, encoding, and name ID. */
/* */
- FT_EXPORT_DEF( FT_Error ) FT_Get_Sfnt_Name( FT_Face face,
- FT_UInt index,
- FT_SfntName* aname );
+ FT_EXPORT( FT_Error ) FT_Get_Sfnt_Name( FT_Face face,
+ FT_UInt index,
+ FT_SfntName* aname );
#ifdef __cplusplus