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:
parent
dbd065ad31
commit
a0a1da22a4
|
@ -2989,4 +2989,5 @@ bail:
|
|||
|
||||
#define __fcfreetype__
|
||||
#include "fcaliastail.h"
|
||||
#include "fcftaliastail.h"
|
||||
#undef __fcfreetype__
|
||||
|
|
|
@ -746,4 +746,5 @@ FcLangSetSerialize(FcSerialize *serialize, const FcLangSet *l)
|
|||
}
|
||||
#define __fclang__
|
||||
#include "fcaliastail.h"
|
||||
#include "fcftaliastail.h"
|
||||
#undef __fclang__
|
||||
|
|
|
@ -1230,4 +1230,5 @@ FcValueListSerialize (FcSerialize *serialize, const FcValueList *vl)
|
|||
}
|
||||
#define __fcpat__
|
||||
#include "fcaliastail.h"
|
||||
#include "fcftaliastail.h"
|
||||
#undef __fcpat__
|
||||
|
|
Loading…
Reference in New Issue