summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype2/freetype-2.4.7/src/smooth/ftsmerrs.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-20 11:50:24 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-20 11:50:24 +0000
commitae412569bd091f2ba5b7323a86382c6095f7e35f (patch)
tree8be13821e004df938c43a6fb1adc12b9c96fe00a /Build/source/libs/freetype2/freetype-2.4.7/src/smooth/ftsmerrs.h
parent784d0322464c748d7f9f43c8d41f7feea7b22199 (diff)
freetype2 2.4.7
git-svn-id: svn://tug.org/texlive/trunk@24339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/freetype2/freetype-2.4.7/src/smooth/ftsmerrs.h')
-rw-r--r--Build/source/libs/freetype2/freetype-2.4.7/src/smooth/ftsmerrs.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/Build/source/libs/freetype2/freetype-2.4.7/src/smooth/ftsmerrs.h b/Build/source/libs/freetype2/freetype-2.4.7/src/smooth/ftsmerrs.h
new file mode 100644
index 00000000000..0c2a2ecd90b
--- /dev/null
+++ b/Build/source/libs/freetype2/freetype-2.4.7/src/smooth/ftsmerrs.h
@@ -0,0 +1,41 @@
+/***************************************************************************/
+/* */
+/* ftsmerrs.h */
+/* */
+/* smooth renderer error codes (specification only). */
+/* */
+/* Copyright 2001 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 smooth renderer error enumeration */
+ /* constants. */
+ /* */
+ /*************************************************************************/
+
+#ifndef __FTSMERRS_H__
+#define __FTSMERRS_H__
+
+#include FT_MODULE_ERRORS_H
+
+#undef __FTERRORS_H__
+
+#define FT_ERR_PREFIX Smooth_Err_
+#define FT_ERR_BASE FT_Mod_Err_Smooth
+
+#include FT_ERRORS_H
+
+#endif /* __FTSMERRS_H__ */
+
+
+/* END */