* src/base/ftobjs.c (FT_Render_Glyph_Internal): changed definition
from FT_EXPORT_DEF to FT_BASE_DEF
This commit is contained in:
parent
2ef2d507c2
commit
cf67f6f707
@ -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,
|
||||
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user