| Index: third_party/freetype/src/psaux/psauxerr.h
|
| diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/psauxerr.h b/third_party/freetype/src/psaux/psauxerr.h
|
| similarity index 95%
|
| rename from core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/psauxerr.h
|
| rename to third_party/freetype/src/psaux/psauxerr.h
|
| index 257f17a32de8c496a2ea290e126050d29b9fc71f..d52375f8cb8330fc21f9157d847fd5dfd8220424 100644
|
| --- a/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/psauxerr.h
|
| +++ b/third_party/freetype/src/psaux/psauxerr.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef __PSAUXERR_H__
|
| #define __PSAUXERR_H__
|
|
|
| -#include "../../include/freetype/ftmoderr.h"
|
| +#include FT_MODULE_ERRORS_H
|
|
|
| #undef __FTERRORS_H__
|
|
|
| @@ -34,7 +34,7 @@
|
| #define FT_ERR_PREFIX PSaux_Err_
|
| #define FT_ERR_BASE FT_Mod_Err_PSaux
|
|
|
| -#include "../../include/freetype/fterrors.h"
|
| +#include FT_ERRORS_H
|
|
|
| #endif /* __PSAUXERR_H__ */
|
|
|
|
|