| Index: third_party/freetype/src/sfnt/sferrors.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/sferrors.h b/third_party/freetype/src/sfnt/sferrors.h
|
| similarity index 95%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/sferrors.h
|
| rename to third_party/freetype/src/sfnt/sferrors.h
|
| index f313707fd213b11ae83b29f3ef67624b5218d6f2..e981e1d26fb75201d8304d8602700c3a8f221f8b 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/sferrors.h
|
| +++ b/third_party/freetype/src/sfnt/sferrors.h
|
| @@ -25,7 +25,7 @@
|
| #ifndef __SFERRORS_H__
|
| #define __SFERRORS_H__
|
|
|
| -#include "../../include/freetype/ftmoderr.h"
|
| +#include FT_MODULE_ERRORS_H
|
|
|
| #undef __FTERRORS_H__
|
|
|
| @@ -33,7 +33,7 @@
|
| #define FT_ERR_PREFIX SFNT_Err_
|
| #define FT_ERR_BASE FT_Mod_Err_SFNT
|
|
|
| -#include "../../include/freetype/fterrors.h"
|
| +#include FT_ERRORS_H
|
|
|
| #endif /* __SFERRORS_H__ */
|
|
|
|
|