diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-06 18:03:08 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-06 18:03:08 +0100 |
commit | ca9661779adf7bf12abc2df9fe46f4dd705f46fe (patch) | |
tree | 5d99b246b8f5a8423c341d6793fb0c0cd7470484 /win32/deps/fontconfig/src/fcftalias.h | |
parent | 2c0f050df0b3fdb66f11c3b56fc4808bd902e257 (diff) |
Move GTK+ to a separate repo
Diffstat (limited to 'win32/deps/fontconfig/src/fcftalias.h')
-rw-r--r-- | win32/deps/fontconfig/src/fcftalias.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/win32/deps/fontconfig/src/fcftalias.h b/win32/deps/fontconfig/src/fcftalias.h deleted file mode 100644 index 884eb4b2..00000000 --- a/win32/deps/fontconfig/src/fcftalias.h +++ /dev/null @@ -1,12 +0,0 @@ -extern __typeof (FcFreeTypeCharIndex) IA__FcFreeTypeCharIndex __attribute((visibility("hidden"))); -#define FcFreeTypeCharIndex IA__FcFreeTypeCharIndex -extern __typeof (FcFreeTypeCharSetAndSpacing) IA__FcFreeTypeCharSetAndSpacing __attribute((visibility("hidden"))); -#define FcFreeTypeCharSetAndSpacing IA__FcFreeTypeCharSetAndSpacing -extern __typeof (FcFreeTypeCharSet) IA__FcFreeTypeCharSet __attribute((visibility("hidden"))); -#define FcFreeTypeCharSet IA__FcFreeTypeCharSet -extern __typeof (FcPatternGetFTFace) IA__FcPatternGetFTFace __attribute((visibility("hidden"))); -#define FcPatternGetFTFace IA__FcPatternGetFTFace -extern __typeof (FcPatternAddFTFace) IA__FcPatternAddFTFace __attribute((visibility("hidden"))); -#define FcPatternAddFTFace IA__FcPatternAddFTFace -extern __typeof (FcFreeTypeQueryFace) IA__FcFreeTypeQueryFace __attribute((visibility("hidden"))); -#define FcFreeTypeQueryFace IA__FcFreeTypeQueryFace |