Skip to content

Commit

Permalink
Add missing FT_Trace_Disable/Enable() function in freetype
Browse files Browse the repository at this point in the history
It looks like a regression introduced in the freetype development
version in c9bbc24
  • Loading branch information
dacap committed Aug 27, 2018
1 parent ae3afbc commit af02c7e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions builds/windows/ftdebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,20 @@
#endif /* FT_DEBUG_LEVEL_ERROR */


/* documentation is in ftdebug.h */

FT_BASE_DEF( void )
FT_Trace_Disable( void )
{
/* nothing */
}


FT_BASE_DEF( void )
FT_Trace_Enable( void )
{
/* nothing */
}


/* END */

0 comments on commit af02c7e

Please sign in to comment.