From: Keith Packard Date: Mon, 4 Sep 2006 09:13:13 +0000 (-0700) Subject: Hide FreeType glue code from library ABI. X-Git-Tag: 2.3.97~11 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=a04ac99f0f3e487c7611772442727a6eb4f44393 Hide FreeType glue code from library ABI. FreeType glue code was escaping the shared library. --- diff --git a/src/ftglue.h b/src/ftglue.h index 93fd91e..b273f30 100644 --- a/src/ftglue.h +++ b/src/ftglue.h @@ -43,6 +43,8 @@ #ifndef __OPENTYPE_FTGLUE_H__ #define __OPENTYPE_FTGLUE_H__ +#include "fcint.h" + #include #include FT_FREETYPE_H @@ -58,7 +60,7 @@ FT_BEGIN_HEADER #define SET_ERR(c) ( (error = (c)) != 0 ) #ifndef FTGLUE_API -#define FTGLUE_API(x) extern x +#define FTGLUE_API(x) extern FcPrivate x #endif #ifndef FTGLUE_APIDEF