* src/base/ftobjs.c (FT_Render_Glyph_Internal): changed definition

from FT_EXPORT_DEF to FT_BASE_DEF
This commit is contained in:
David Turner 2002-06-07 07:24:55 +00:00
parent 9f95babf3e
commit 7504e48eaa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-06-07 Graham Asher <graham.asher@btinternet.com>
* src/base/ftobjs.c (FT_Render_Glyph_Internal): changed definition
from FT_EXPORT_DEF to FT_BASE_DEF
2002-06-07 David Turner <david@freetype.org>
* src/type42/t42drivr.c, src/type42/t42drivr.h, src/type42/t42parse.c,

View File

@ -1998,7 +1998,7 @@
}
FT_EXPORT_DEF( FT_Error )
FT_BASE_DEF( FT_Error )
FT_Render_Glyph_Internal( FT_Library library,
FT_GlyphSlot slot,
FT_UInt render_mode )