Prepare source code for amalgamation (5/6).
* include/freetype/fterrors.h: Undefine FT_KEEP_ERR_PREFIX after using it.
This commit is contained in:
parent
9511143385
commit
1b99d0a01c
|
@ -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).
|
||||
|
|
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue