From 6b8233bfe00e79134cb1b84fc49d4f750a797f79 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:43 -0700 Subject: zlib 1.2.2.3 --- zutil.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'zutil.h') diff --git a/zutil.h b/zutil.h index 5209d65..c800fab 100644 --- a/zutil.h +++ b/zutil.h @@ -1,5 +1,5 @@ /* zutil.h -- internal interface and configuration of the compression library - * Copyright (C) 1995-2004 Jean-loup Gailly. + * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -17,7 +17,9 @@ #include "zlib.h" #ifdef STDC -# include +# ifndef _WIN32_WCE +# include +# endif # include # include #endif @@ -32,7 +34,9 @@ # endif extern int errno; #else -# include +# ifndef _WIN32_WCE +# include +# endif #endif #ifndef local -- cgit v1.2.3-55-g6feb