> +#elif defined( __SUNPRO_C ) && __SUNPRO_C >= 0x500 > +#define FT_EXPORT( x ) __attribute__(( visibility( "__global" ) )) x
Simply, +#define FT_EXPORT( x ) __global x I would consider -D__GNUC__=4 for Solaris too, only if it also supports GNU style assembler and __builtin_clz. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
