* builds/unix/ftsystem.c (FT_Stream_Open, FT_New_Memory,

FT_Done_Memory), builds/vms/ftsystem.c (FT_Stream_Open, FT_New_Memory,
FT_Done_Memory), builds/win32/ftdebug.c (FT_Message, FT_Panic):
s/FT_EXPORT/FT_BASE/.
This commit is contained in:
Wu, Chia-I (吳佳一) 2005-11-18 04:29:31 +00:00
parent 2400ff2be6
commit cb18238109
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,10 @@
2005-11-18 Chia-I Wu <b90201047@ntu.edu.tw>
* builds/unix/ftsystem.c (FT_Stream_Open, FT_New_Memory,
FT_Done_Memory), builds/vms/ftsystem.c (FT_Stream_Open, FT_New_Memory,
FT_Done_Memory), builds/win32/ftdebug.c (FT_Message, FT_Panic):
s/FT_EXPORT/FT_BASE/.
2005-11-17 Detlef Würkner <TetiSoft@apg.lahn.de>
* builds/amiga/src/base/ftdebug.c (FT_Trace_Get_Count,

View File

@ -226,7 +226,7 @@
/* documentation is in ftobjs.h */
FT_EXPORT_DEF( FT_Error )
FT_BASE_DEF( FT_Error )
FT_Stream_Open( FT_Stream stream,
const char* filepathname )
{
@ -360,7 +360,7 @@
/* documentation is in ftobjs.h */
FT_EXPORT_DEF( FT_Memory )
FT_BASE_DEF( FT_Memory )
FT_New_Memory( void )
{
FT_Memory memory;
@ -384,7 +384,7 @@
/* documentation is in ftobjs.h */
FT_EXPORT_DEF( void )
FT_BASE_DEF( void )
FT_Done_Memory( FT_Memory memory )
{
#ifdef FT_DEBUG_MEMORY

View File

@ -203,7 +203,7 @@
/* documentation is in ftobjs.h */
FT_EXPORT_DEF( FT_Error )
FT_BASE_DEF( FT_Error )
FT_Stream_Open( FT_Stream stream,
const char* filepathname )
{
@ -284,7 +284,7 @@
/* documentation is in ftobjs.h */
FT_EXPORT_DEF( FT_Memory )
FT_BASE_DEF( FT_Memory )
FT_New_Memory( void )
{
FT_Memory memory;
@ -308,7 +308,7 @@
/* documentation is in ftobjs.h */
FT_EXPORT_DEF( void )
FT_BASE_DEF( void )
FT_Done_Memory( FT_Memory memory )
{
#ifdef FT_DEBUG_MEMORY

View File

@ -55,7 +55,7 @@
# include <windows.h>
FT_EXPORT_DEF( void )
FT_BASE_DEF( void )
FT_Message( const char* fmt, ... )
{
static char buf[8192];
@ -69,7 +69,7 @@
}
FT_EXPORT_DEF( void )
FT_BASE_DEF( void )
FT_Panic( const char* fmt, ... )
{
static char buf[8192];