Include fcftaliastail.h so that the freetype funcs are exported.

This header file needs to be included at the end of every file that
exports any freetype symbols.
This commit is contained in:
Keith Packard 2008-01-07 16:31:06 -08:00
parent dbd065ad31
commit a0a1da22a4
3 changed files with 3 additions and 0 deletions

View File

@ -2989,4 +2989,5 @@ bail:
#define __fcfreetype__
#include "fcaliastail.h"
#include "fcftaliastail.h"
#undef __fcfreetype__

View File

@ -746,4 +746,5 @@ FcLangSetSerialize(FcSerialize *serialize, const FcLangSet *l)
}
#define __fclang__
#include "fcaliastail.h"
#include "fcftaliastail.h"
#undef __fclang__

View File

@ -1230,4 +1230,5 @@ FcValueListSerialize (FcSerialize *serialize, const FcValueList *vl)
}
#define __fcpat__
#include "fcaliastail.h"
#include "fcftaliastail.h"
#undef __fcpat__