diff -u -r ./include/freetype/config/ftconfig.h ..\..\freetype-2.0.8/include/freetype/config/ftconfig.h --- ./include/freetype/config/ftconfig.h Mon Feb 25 19:17:34 2002 +++ ..\..\freetype-2.0.8/include/freetype/config/ftconfig.h Thu Jun 28 20:48:44 2001 @@ -198,9 +198,6 @@ #undef FT_LONG64 #undef FT_INT64 -#else -#error "no 64bit type found -- define __STDC__ or check your configuration files" - #endif /* __STDC__ */ #endif /* FT_LONG64 && !FT_CONFIG_OPTION_FORCE_INT64 */ diff -u -r ./src/psnames/psmodule.c ..\..\freetype-2.0.8/src/psnames/psmodule.c --- ./src/psnames/psmodule.c Mon Feb 25 19:24:14 2002 +++ ..\..\freetype-2.0.8/src/psnames/psmodule.c Mon Feb 04 21:55:58 2002 @@ -128,7 +128,7 @@ /* qsort callback to sort the unicode map */ - FT_CALLBACK_DEF( int __cdecl ) + FT_CALLBACK_DEF( int ) compare_uni_maps( const void* a, const void* b ) { diff -u -r ./src/sfnt/ttload.c ..\..\freetype-2.0.8/src/sfnt/ttload.c --- ./src/sfnt/ttload.c Mon Feb 25 19:23:30 2002 +++ ..\..\freetype-2.0.8/src/sfnt/ttload.c Wed Jan 09 22:01:18 2002 @@ -1551,7 +1551,7 @@ } - FT_CALLBACK_DEF( int __cdecl ) + FT_CALLBACK_DEF( int ) tt_kern_pair_compare( const void* a, const void* b ); @@ -1688,7 +1688,7 @@ #undef TT_KERN_INDEX #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 ) - FT_CALLBACK_DEF( int __cdecl ) + FT_CALLBACK_DEF( int ) tt_kern_pair_compare( const void* a, const void* b ) {