summaryrefslogtreecommitdiff
path: root/src/gzip/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gzip/zutil.h')
-rw-r--r--src/gzip/zutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gzip/zutil.h b/src/gzip/zutil.h
index d309bd069..055ba8b62 100644
--- a/src/gzip/zutil.h
+++ b/src/gzip/zutil.h
@@ -53,8 +53,10 @@ typedef unsigned long ulg;
# endif
#endif
+#ifndef Z_FREETYPE
extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
/* (size given to avoid silly warnings with Visual C++) */
+#endif /* !Z_FREETYPE */
#define ERR_MSG(err) z_errmsg[Z_NEED_DICT-(err)]