blob: 7cc180f0cac91bfd1b3fc2bd69379a3eaf67199a [file] [log] [blame]
The Android Open Source Project049d6fe2009-03-03 19:29:31 -08001/***************************************************************************/
2/* */
3/* pshnterr.h */
4/* */
5/* PS Hinter error codes (specification only). */
6/* */
Xianzhu Wange3b631d2013-09-03 11:05:38 -07007/* Copyright 2003, 2012 by */
The Android Open Source Project049d6fe2009-03-03 19:29:31 -08008/* David Turner, Robert Wilhelm, and Werner Lemberg. */
9/* */
10/* This file is part of the FreeType project, and may only be used, */
11/* modified, and distributed under the terms of the FreeType project */
12/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13/* this file you indicate that you have read the license and */
14/* understand and accept it fully. */
15/* */
16/***************************************************************************/
17
18
19 /*************************************************************************/
20 /* */
21 /* This file is used to define the PSHinter error enumeration constants. */
22 /* */
23 /*************************************************************************/
24
25#ifndef __PSHNTERR_H__
26#define __PSHNTERR_H__
27
28#include FT_MODULE_ERRORS_H
29
30#undef __FTERRORS_H__
31
Xianzhu Wange3b631d2013-09-03 11:05:38 -070032#undef FT_ERR_PREFIX
The Android Open Source Project049d6fe2009-03-03 19:29:31 -080033#define FT_ERR_PREFIX PSH_Err_
34#define FT_ERR_BASE FT_Mod_Err_PShinter
35
36#include FT_ERRORS_H
37
38#endif /* __PSHNTERR_H__ */
39
40
41/* END */