From 27a4f9c4ac45ff65f941964f7351b64b1e6a9f35 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 20 Oct 2009 17:20:18 +0000 Subject: *** empty log message *** --- src/freetype2/gzip/zconf.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/freetype2/gzip/zconf.h') 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). -- cgit v1.2.3