< prev index next >

src/java.desktop/share/native/libfreetype/include/freetype/fterrors.h

Print this page

        

*** 242,251 **** --- 242,253 ---- #ifndef FT_ERR_PROTOS_DEFINED #define FT_ERR_PROTOS_DEFINED + FT_BEGIN_HEADER + /************************************************************************** * * @function: * FT_Error_String *
*** 272,281 **** --- 274,285 ---- * ``` */ FT_EXPORT( const char* ) FT_Error_String( FT_Error error_code ); + FT_END_HEADER + #endif /* FT_ERR_PROTOS_DEFINED */ #endif /* FT_INCLUDE_ERR_PROTOS */
< prev index next >