[errors] Introduce a macro to control `FT_Error_String'.
* devel/ftoption.h (FT_CONFIG_OPTION_ERROR_STRINGS), include/freetype/config/ftoption.h (FT_CONFIG_OPTION_ERROR_STRINGS): New macro.
This commit is contained in:
parent
d20dc3928b
commit
35efb103fe
|
@ -1,3 +1,11 @@
|
|||
2018-08-30 Armin Hasitzka <prince.cherusker@gmail.com>
|
||||
|
||||
[errors] Introduce a macro to control `FT_Error_String'.
|
||||
|
||||
* devel/ftoption.h (FT_CONFIG_OPTION_ERROR_STRINGS),
|
||||
include/freetype/config/ftoption.h (FT_CONFIG_OPTION_ERROR_STRINGS):
|
||||
New macro.
|
||||
|
||||
2018-08-30 Armin Hasitzka <prince.cherusker@gmail.com>
|
||||
|
||||
[errors] Introduce `FT_Error_String'.
|
||||
|
|
|
@ -497,6 +497,19 @@ FT_BEGIN_HEADER
|
|||
#undef FT_CONFIG_OPTION_USE_MODULE_ERRORS
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
* Error Strings
|
||||
*
|
||||
* If this macro is set, `FT_Error_String' will return meaningful
|
||||
* descriptions. This is not enabled by default to reduce the overall
|
||||
* size of FreeType.
|
||||
*
|
||||
* More details can be found in the file fterrors.h.
|
||||
*/
|
||||
/* #define FT_CONFIG_OPTION_ERROR_STRINGS */
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/*************************************************************************/
|
||||
/**** ****/
|
||||
|
|
|
@ -493,6 +493,19 @@ FT_BEGIN_HEADER
|
|||
#undef FT_CONFIG_OPTION_USE_MODULE_ERRORS
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
* Error Strings
|
||||
*
|
||||
* If this macro is set, `FT_Error_String' will return meaningful
|
||||
* descriptions. This is not enabled by default to reduce the overall
|
||||
* size of FreeType.
|
||||
*
|
||||
* More details can be found in the file fterrors.h.
|
||||
*/
|
||||
/* #define FT_CONFIG_OPTION_ERROR_STRINGS */
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/*************************************************************************/
|
||||
/**** ****/
|
||||
|
|
Loading…
Reference in New Issue