summaryrefslogtreecommitdiff
path: root/src/gzip
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip')
-rw-r--r--src/gzip/ftgzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gzip/ftgzip.c b/src/gzip/ftgzip.c
index dbba3ef5f..f3d2ef94f 100644
--- a/src/gzip/ftgzip.c
+++ b/src/gzip/ftgzip.c
@@ -8,7 +8,7 @@
/* parse compressed PCF fonts, as found with many X11 server */
/* distributions. */
/* */
-/* Copyright 2002-2006, 2009-2011 by */
+/* Copyright 2002-2006, 2009-2012 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -32,6 +32,7 @@
#undef __FTERRORS_H__
+#undef FT_ERR_PREFIX
#define FT_ERR_PREFIX Gzip_Err_
#define FT_ERR_BASE FT_Mod_Err_Gzip