freetype2/src/type42/t42error.h

42 lines
973 B
C
Raw Permalink Normal View History

/****************************************************************************
*
* t42error.h
*
* Type 42 error codes (specification only).
*
2022-01-11 10:54:10 +01:00
* Copyright (C) 2002-2022 by
* 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 Type 42 error enumeration constants.
*
*/
2002-06-08 16:23:50 +02:00
#ifndef T42ERROR_H_
#define T42ERROR_H_
2002-06-08 16:23:50 +02:00
#include <freetype/ftmoderr.h>
2002-06-08 16:23:50 +02:00
#undef FTERRORS_H_
2002-06-08 16:23:50 +02:00
#undef FT_ERR_PREFIX
2002-06-08 16:23:50 +02:00
#define FT_ERR_PREFIX T42_Err_
#define FT_ERR_BASE FT_Mod_Err_Type42
2002-06-08 16:23:50 +02:00
#include <freetype/fterrors.h>
2002-06-08 16:23:50 +02:00
#endif /* T42ERROR_H_ */
2002-06-08 16:23:50 +02:00
/* END */