This commit is contained in:
Kovid Goyal
2016-11-28 20:08:51 +05:30
parent d34db436dd
commit cbcc69145c

View File

@@ -6,13 +6,13 @@
*/ */
#include "data-types.h" #include "data-types.h"
#include <structmember.h>
#include <ft2build.h> #include <ft2build.h>
#include FT_FREETYPE_H #include FT_FREETYPE_H
#undef FTERRORS_H_ #undef FTERRORS_H_
#define FT_ERRORDEF( e, v, s ) { e, s }, #define FT_ERRORDEF( e, v, s ) { e, s },
#define FT_ERROR_START_LIST { #define FT_ERROR_START_LIST {
#define FT_ERROR_END_LIST { 0, NULL } }; #define FT_ERROR_END_LIST { 0, NULL } };
#include <structmember.h>
const struct { const struct {
int err_code; int err_code;