From 13554fb37d73fac8748fda748b61947e6bea7f7d Mon Sep 17 00:00:00 2001 From: aavit Date: Mon, 4 Apr 2011 09:30:00 +0200 Subject: Another compilation fix for WinCE --- src/3rdparty/zlib/gzguts.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/3rdparty/zlib/gzguts.h b/src/3rdparty/zlib/gzguts.h index 0f8fb79..60b493e 100644 --- a/src/3rdparty/zlib/gzguts.h +++ b/src/3rdparty/zlib/gzguts.h @@ -25,7 +25,9 @@ # include # include #endif +#if !defined(_WIN32_WCE) #include +#endif #ifdef NO_DEFLATE /* for compatibility with old definition */ # define NO_GZCOMPRESS -- cgit v0.12