D | ftinit.c | 57 #undef FT_USE_MODULE 59 #define FT_USE_MODULE( type, x ) extern "C" const type x; macro 61 #define FT_USE_MODULE( type, x ) extern const type x; macro 66 #undef FT_USE_MODULE 67 #define FT_USE_MODULE( type, x ) (const FT_Module_Class*)&(x), macro
|