1
0
mirror of https://github.com/moparisthebest/hexchat synced 2025-02-11 04:40:14 -05:00
hexchat/win32/deps/fontconfig/src/fcftaliastail.h

27 lines
1.1 KiB
C
Raw Normal View History

2012-10-01 04:38:44 -04:00
#if HAVE_GNUC_ATTRIBUTE
#ifdef __fcfreetype__
#undef FcFreeTypeCharIndex
extern __typeof (FcFreeTypeCharIndex) FcFreeTypeCharIndex __attribute((alias("IA__FcFreeTypeCharIndex"), visibility("default")));
#endif
#ifdef __fcfreetype__
#undef FcFreeTypeCharSetAndSpacing
extern __typeof (FcFreeTypeCharSetAndSpacing) FcFreeTypeCharSetAndSpacing __attribute((alias("IA__FcFreeTypeCharSetAndSpacing"), visibility("default")));
#endif
#ifdef __fcfreetype__
#undef FcFreeTypeCharSet
extern __typeof (FcFreeTypeCharSet) FcFreeTypeCharSet __attribute((alias("IA__FcFreeTypeCharSet"), visibility("default")));
#endif
#ifdef __fcpat__
#undef FcPatternGetFTFace
extern __typeof (FcPatternGetFTFace) FcPatternGetFTFace __attribute((alias("IA__FcPatternGetFTFace"), visibility("default")));
#endif
#ifdef __fcpat__
#undef FcPatternAddFTFace
extern __typeof (FcPatternAddFTFace) FcPatternAddFTFace __attribute((alias("IA__FcPatternAddFTFace"), visibility("default")));
#endif
#ifdef __fcfreetype__
#undef FcFreeTypeQueryFace
extern __typeof (FcFreeTypeQueryFace) FcFreeTypeQueryFace __attribute((alias("IA__FcFreeTypeQueryFace"), visibility("default")));
#endif
#endif