summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/src/gzip/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/freetype/src/gzip/zutil.h')
-rw-r--r--src/3rdparty/freetype/src/gzip/zutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/freetype/src/gzip/zutil.h b/src/3rdparty/freetype/src/gzip/zutil.h
index 1949270998..c9688cd9c0 100644
--- a/src/3rdparty/freetype/src/gzip/zutil.h
+++ b/src/3rdparty/freetype/src/gzip/zutil.h
@@ -182,7 +182,7 @@ typedef unsigned long ulg;
#endif
/* Diagnostic functions */
-#if defined(DEBUG) && !defined(_WIN32_WCE)
+#ifdef DEBUG
# include <stdio.h>
extern int z_verbose;
extern void z_error OF((char *m));