2003-06-22 17:34:38 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
2003-06-23 21:26:53 +02:00
|
|
|
/* pshnterr.h */
|
2003-06-22 17:34:38 +02:00
|
|
|
/* */
|
|
|
|
/* PS Hinter error codes (specification only). */
|
|
|
|
/* */
|
2017-01-04 20:16:34 +01:00
|
|
|
/* Copyright 2003-2017 by */
|
2003-06-22 17:34:38 +02:00
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
|
|
|
/* */
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */
|
|
|
|
/* modified, and distributed under the terms of the FreeType project */
|
|
|
|
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
|
|
|
/* this file you indicate that you have read the license and */
|
|
|
|
/* understand and accept it fully. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* This file is used to define the PSHinter error enumeration constants. */
|
|
|
|
/* */
|
|
|
|
/*************************************************************************/
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#ifndef PSHNTERR_H_
|
|
|
|
#define PSHNTERR_H_
|
2003-06-22 17:34:38 +02:00
|
|
|
|
|
|
|
#include FT_MODULE_ERRORS_H
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#undef FTERRORS_H_
|
2003-06-22 17:34:38 +02:00
|
|
|
|
Prepare source code for amalgamation.
* src\autofit\aferrors.h, src\bdf\bdferror.h, src\bzip2\ftbzip2.c,
src\cache\ftcerror.h, src\cff\cfferrs.h, src\cid\ciderrs.h,
src\gxvalid\gxverror.h, src\gzip\ftgzip.c, src\lzw\ftlzw.c,
src\otvalid\otverror.h, src\pcf\pcferror.h, src\pfr\pfrerror.h,
src\psaux\psauxerr.h, src\pshinter\pshnterr.h,
src\psnames\psnamerr.h, src\raster\rasterrs.h, src\sfnt\sferrors.h,
src\smooth\ftsmerrs.h, src\truetype\tterrors.h,
src\type1\t1errors.h, src\type42\t42error.h, src\winfonts\fnterrs.h:
Add #undef FT_ERR_PREFIX before #define FT_ERR_PREFIX.
2012-03-08 06:04:03 +01:00
|
|
|
#undef FT_ERR_PREFIX
|
2003-06-22 17:34:38 +02:00
|
|
|
#define FT_ERR_PREFIX PSH_Err_
|
2003-06-23 21:26:53 +02:00
|
|
|
#define FT_ERR_BASE FT_Mod_Err_PShinter
|
2003-06-22 17:34:38 +02:00
|
|
|
|
|
|
|
#include FT_ERRORS_H
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#endif /* PSHNTERR_H_ */
|
2003-06-22 17:34:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|