summaryrefslogtreecommitdiff
path: root/src/base/ftinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ftinit.c')
-rw-r--r--src/base/ftinit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/ftinit.c b/src/base/ftinit.c
index d00a73c0c..6cb9e5b2b 100644
--- a/src/base/ftinit.c
+++ b/src/base/ftinit.c
@@ -85,7 +85,7 @@ const FT_Module_Class* const ft_default_modules[] =
/* <InOut> */
/* library :: A handle to a new library object. */
/* */
- FT_EXPORT_FUNC( void ) FT_Add_Default_Modules( FT_Library library )
+ FT_EXPORT_DEF( void ) FT_Add_Default_Modules( FT_Library library )
{
FT_Error error;
const FT_Module_Class* const* cur;
@@ -123,7 +123,7 @@ const FT_Module_Class* const ft_default_modules[] =
/* <Return> */
/* FreeType error code. 0 means success. */
/* */
- FT_EXPORT_FUNC( FT_Error ) FT_Init_FreeType( FT_Library* library )
+ FT_EXPORT_DEF( FT_Error ) FT_Init_FreeType( FT_Library* library )
{
FT_Error error;
FT_Memory memory;
@@ -165,7 +165,7 @@ const FT_Module_Class* const ft_default_modules[] =
/* <Return> */
/* FreeType error code. 0 means success. */
/* */
- FT_EXPORT_FUNC( FT_Error ) FT_Done_FreeType( FT_Library library )
+ FT_EXPORT_DEF( FT_Error ) FT_Done_FreeType( FT_Library library )
{
if ( library )
{