Prepare source code for amalgamation (5/6).

* include/freetype/fterrors.h: Undefine FT_KEEP_ERR_PREFIX after
using it.
This commit is contained in:
Werner Lemberg 2012-02-24 10:54:07 +01:00
parent 9511143385
commit 1b99d0a01c
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2012-02-24  Vinnie Falco <vinnie.falco@gmail.com>
Prepare source code for amalgamation (5/6).
* include/freetype/fterrors.h: Undefine FT_KEEP_ERR_PREFIX after
using it.
2012-02-22  Vinnie Falco <vinnie.falco@gmail.com>
Prepare source code for amalgamation (4/6).

View File

@ -197,6 +197,8 @@
/* FT_KEEP_ERR_PREFIX is needed for ftvalid.h */
#ifndef FT_KEEP_ERR_PREFIX
#undef FT_ERR_PREFIX
#else
#undef FT_KEEP_ERR_PREFIX
#endif
#endif /* __FTERRORS_H__ */