| Index: third_party/freetype/src/type1/t1errors.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1errors.h b/third_party/freetype/src/type1/t1errors.h
|
| similarity index 95%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1errors.h
|
| rename to third_party/freetype/src/type1/t1errors.h
|
| index 69584ba6b624c2097e634afb18e3d9c381152092..8740530eef7233ac5b2ed367c1aa995c7e898979 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/t1errors.h
|
| +++ b/third_party/freetype/src/type1/t1errors.h
|
| @@ -25,7 +25,7 @@
|
| #ifndef __T1ERRORS_H__
|
| #define __T1ERRORS_H__
|
|
|
| -#include "../../include/freetype/ftmoderr.h"
|
| +#include FT_MODULE_ERRORS_H
|
|
|
| #undef __FTERRORS_H__
|
|
|
| @@ -33,7 +33,7 @@
|
| #define FT_ERR_PREFIX T1_Err_
|
| #define FT_ERR_BASE FT_Mod_Err_Type1
|
|
|
| -#include "../../include/freetype/fterrors.h"
|
| +#include FT_ERRORS_H
|
|
|
| #endif /* __T1ERRORS_H__ */
|
|
|
|
|