Blame src/pshinter/pshnterr.h

Packit cf904d
/***************************************************************************/
Packit cf904d
/*                                                                         */
Packit cf904d
/*  pshnterr.h                                                             */
Packit cf904d
/*                                                                         */
Packit cf904d
/*    PS Hinter error codes (specification only).                          */
Packit cf904d
/*                                                                         */
Packit cf904d
/*  Copyright 2003-2017 by                                                 */
Packit cf904d
/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
Packit cf904d
/*                                                                         */
Packit cf904d
/*  This file is part of the FreeType project, and may only be used,       */
Packit cf904d
/*  modified, and distributed under the terms of the FreeType project      */
Packit cf904d
/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
Packit cf904d
/*  this file you indicate that you have read the license and              */
Packit cf904d
/*  understand and accept it fully.                                        */
Packit cf904d
/*                                                                         */
Packit cf904d
/***************************************************************************/
Packit cf904d
Packit cf904d
Packit cf904d
  /*************************************************************************/
Packit cf904d
  /*                                                                       */
Packit cf904d
  /* This file is used to define the PSHinter error enumeration constants. */
Packit cf904d
  /*                                                                       */
Packit cf904d
  /*************************************************************************/
Packit cf904d
Packit cf904d
#ifndef PSHNTERR_H_
Packit cf904d
#define PSHNTERR_H_
Packit cf904d
Packit cf904d
#include FT_MODULE_ERRORS_H
Packit cf904d
Packit cf904d
#undef FTERRORS_H_
Packit cf904d
Packit cf904d
#undef  FT_ERR_PREFIX
Packit cf904d
#define FT_ERR_PREFIX  PSH_Err_
Packit cf904d
#define FT_ERR_BASE    FT_Mod_Err_PShinter
Packit cf904d
Packit cf904d
#include FT_ERRORS_H
Packit cf904d
Packit cf904d
#endif /* PSHNTERR_H_ */
Packit cf904d
Packit cf904d
Packit cf904d
/* END */