From 092ae504f53063cc676d7fce8bec361e3f11ca14 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 11 Apr 2022 15:02:19 +0200 Subject: Dep/zlib: Upgrade embedded zlib to 1.2.12 --- dep/zlib/zutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dep/zlib/zutil.c') diff --git a/dep/zlib/zutil.c b/dep/zlib/zutil.c index a76c6b0c7e5..dcab28a0d51 100644 --- a/dep/zlib/zutil.c +++ b/dep/zlib/zutil.c @@ -136,8 +136,8 @@ const char * ZEXPORT zError(err) return ERR_MSG(err); } -#if defined(_WIN32_WCE) - /* The Microsoft C Run-Time Library for Windows CE doesn't have +#if defined(_WIN32_WCE) && _WIN32_WCE < 0x800 + /* The older Microsoft C Run-Time Library for Windows CE doesn't have * errno. We define it as a global variable to simplify porting. * Its value is always 0 and should not be used. */ -- cgit v1.2.3