From bb75417ad5e24add4b2ad6120a734c165f15719a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 17 Feb 2004 13:46:17 +0000 Subject: [PATCH] * include/freetype/ftmac.h (FT_GetFile_From_Mac_Name): Fix a typo (FT_EXPORT_DEF -> FT_EXPORT). * include/freetype/ftxf86.h (FT_Get_X11_Font_Format): Ditto. --- ChangeLog | 7 +++++++ include/freetype/ftmac.h | 4 ++-- include/freetype/ftxf86.h | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6007781a2..c825da8a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-02-17 Masatake YAMATO + + * include/freetype/ftmac.h (FT_GetFile_From_Mac_Name): Fix a typo + (FT_EXPORT_DEF -> FT_EXPORT). + + * include/freetype/ftxf86.h (FT_Get_X11_Font_Format): Ditto. + 2004-02-15 Werner Lemberg * src/base/ftobjs.c (FT_Set_Char_Size): Fix typo. diff --git a/include/freetype/ftmac.h b/include/freetype/ftmac.h index b9f89bab4..5c29b11be 100644 --- a/include/freetype/ftmac.h +++ b/include/freetype/ftmac.h @@ -4,7 +4,7 @@ /* */ /* Additional Mac-specific API. */ /* */ -/* Copyright 1996-2001 by */ +/* Copyright 1996-2001, 2004 by */ /* Just van Rossum, David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -111,7 +111,7 @@ FT_BEGIN_HEADER /* */ /* FreeType error code. 0 means success. */ /* */ - FT_EXPORT_DEF( FT_Error ) + FT_EXPORT( FT_Error ) FT_GetFile_From_Mac_Name( char* fontName, FSSpec* pathSpec, FT_Long* face_index ); diff --git a/include/freetype/ftxf86.h b/include/freetype/ftxf86.h index aa93275a4..3362883cb 100644 --- a/include/freetype/ftxf86.h +++ b/include/freetype/ftxf86.h @@ -4,7 +4,7 @@ /* */ /* Support functions for X11. */ /* */ -/* Copyright 2002, 2003 by */ +/* Copyright 2002, 2003, 2004 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -50,7 +50,7 @@ FT_BEGIN_HEADER /* */ /* Font format string. NULL in case of error. */ /* */ - FT_EXPORT_DEF( const char* ) + FT_EXPORT( const char* ) FT_Get_X11_Font_Format( FT_Face face ); /* */