| OLD | NEW |
| 1 /***************************************************************************/ | 1 /***************************************************************************/ |
| 2 /* */ | 2 /* */ |
| 3 /* fterrors.h */ | 3 /* fterrors.h */ |
| 4 /* */ | 4 /* */ |
| 5 /* FreeType error code handling (specification). */ | 5 /* FreeType error code handling (specification). */ |
| 6 /* */ | 6 /* */ |
| 7 /* Copyright 1996-2001, 2002, 2004, 2007 by */ | 7 /* Copyright 1996-2001, 2002, 2004, 2007 by */ |
| 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ | 8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
| 9 /* */ | 9 /* */ |
| 10 /* This file is part of the FreeType project, and may only be used, */ | 10 /* This file is part of the FreeType project, and may only be used, */ |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 #endif | 185 #endif |
| 186 | 186 |
| 187 #undef FT_ERROR_START_LIST | 187 #undef FT_ERROR_START_LIST |
| 188 #undef FT_ERROR_END_LIST | 188 #undef FT_ERROR_END_LIST |
| 189 | 189 |
| 190 #undef FT_ERRORDEF | 190 #undef FT_ERRORDEF |
| 191 #undef FT_ERRORDEF_ | 191 #undef FT_ERRORDEF_ |
| 192 #undef FT_NOERRORDEF_ | 192 #undef FT_NOERRORDEF_ |
| 193 | 193 |
| 194 #undef FT_NEED_EXTERN_C | 194 #undef FT_NEED_EXTERN_C |
| 195 #undef FT_ERR_CONCAT | |
| 196 #undef FT_ERR_BASE | 195 #undef FT_ERR_BASE |
| 197 | 196 |
| 198 /* FT_KEEP_ERR_PREFIX is needed for ftvalid.h */ | 197 /* FT_KEEP_ERR_PREFIX is needed for ftvalid.h */ |
| 199 #ifndef FT_KEEP_ERR_PREFIX | 198 #ifndef FT_KEEP_ERR_PREFIX |
| 200 #undef FT_ERR_PREFIX | 199 #undef FT_ERR_PREFIX |
| 200 #else |
| 201 #undef FT_KEEP_ERR_PREFIX |
| 201 #endif | 202 #endif |
| 202 | 203 |
| 203 #endif /* __FTERRORS_H__ */ | 204 #endif /* __FTERRORS_H__ */ |
| 204 | 205 |
| 205 | 206 |
| 206 /* END */ | 207 /* END */ |
| OLD | NEW |