From a949d5a895cfd0f14aa1759a36cc8b5fa52471c6 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Mon, 4 Apr 2022 22:35:30 +0000 Subject: zlib 1.2.12 git-svn-id: svn://tug.org/texlive/trunk@62907 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/zlib/zlib-src/zutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source/libs/zlib/zlib-src/zutil.c') diff --git a/Build/source/libs/zlib/zlib-src/zutil.c b/Build/source/libs/zlib/zlib-src/zutil.c index a76c6b0c7e5..dcab28a0d51 100644 --- a/Build/source/libs/zlib/zlib-src/zutil.c +++ b/Build/source/libs/zlib/zlib-src/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