mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-08 14:24:46 +03:00
Merge 679d027a64
into eaf27c93bd
This commit is contained in:
commit
a16b6e0196
|
@ -70,7 +70,11 @@ struct {
|
||||||
const char* message;
|
const char* message;
|
||||||
} ft_errors[] =
|
} ft_errors[] =
|
||||||
|
|
||||||
|
#if defined(USE_FREETYPE_2_1)
|
||||||
|
#include FT_ERRORS_H
|
||||||
|
#else
|
||||||
#include <freetype/fterrors.h>
|
#include <freetype/fterrors.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/* -------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------- */
|
||||||
/* font objects */
|
/* font objects */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user