summaryrefslogtreecommitdiff
path: root/src/freetype2/gzip/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freetype2/gzip/zconf.h')
-rw-r--r--src/freetype2/gzip/zconf.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/freetype2/gzip/zconf.h b/src/freetype2/gzip/zconf.h
index fefdd86..56616c0 100644
--- a/src/freetype2/gzip/zconf.h
+++ b/src/freetype2/gzip/zconf.h
@@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: zconf.h,v 1.1 2008/10/17 06:10:37 scuri Exp $ */
+/* @(#) $Id: zconf.h,v 1.2 2009/10/20 17:20:25 scuri Exp $ */
#ifndef _ZCONF_H
#define _ZCONF_H
@@ -60,6 +60,12 @@
# define MSDOS
#endif
+/* WinCE doesn't have errno.h */
+#ifdef _WIN32_WCE
+# define NO_ERRNO_H
+#endif
+
+
/*
* Compile with -DMAXSEG_64K if the alloc function cannot allocate more
* than 64k bytes at a time (needed on systems with 16-bit int).