misc/libfreetype/src/gxvalid/gxverror.h
changeset 5172 88f2e05288ba
equal deleted inserted replaced
5171:f9283dc4860d 5172:88f2e05288ba
       
     1 /***************************************************************************/
       
     2 /*                                                                         */
       
     3 /*  gxverror.h                                                             */
       
     4 /*                                                                         */
       
     5 /*    TrueTypeGX/AAT validation module error codes (specification only).   */
       
     6 /*                                                                         */
       
     7 /*  Copyright 2004, 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
       
     8 /*  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 /* gxvalid is derived from both gxlayout module and otvalid module.        */
       
    21 /* Development of gxlayout is supported by the Information-technology      */
       
    22 /* Promotion Agency(IPA), Japan.                                           */
       
    23 /*                                                                         */
       
    24 /***************************************************************************/
       
    25 
       
    26 
       
    27   /*************************************************************************/
       
    28   /*                                                                       */
       
    29   /* This file is used to define the OpenType validation module error      */
       
    30   /* enumeration constants.                                                */
       
    31   /*                                                                       */
       
    32   /*************************************************************************/
       
    33 
       
    34 #ifndef __GXVERROR_H__
       
    35 #define __GXVERROR_H__
       
    36 
       
    37 #include FT_MODULE_ERRORS_H
       
    38 
       
    39 #undef __FTERRORS_H__
       
    40 
       
    41 #define FT_ERR_PREFIX  GXV_Err_
       
    42 #define FT_ERR_BASE    FT_Mod_Err_GXV
       
    43 
       
    44 #define FT_KEEP_ERR_PREFIX
       
    45 
       
    46 #include FT_ERRORS_H
       
    47 
       
    48 #endif /* __GXVERROR_H__ */
       
    49 
       
    50 
       
    51 /* END */