summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/zlib/zutil.c
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2022-04-14 10:39:41 +1000
committer Vas Crabb <vas@vastheman.com>2022-04-14 10:39:41 +1000
commit6fa1f03bf0aa00885699da44828a68b4881fd64b (patch)
tree64359def73a4113c2317bf39dfbc73397b712b4d /3rdparty/zlib/zutil.c
parent23904ffeebcd91310715045ab39f24390799edf3 (diff)
3rdparty: Updated zlib to version 1.2.12.
Diffstat (limited to '3rdparty/zlib/zutil.c')
-rw-r--r--3rdparty/zlib/zutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/zlib/zutil.c b/3rdparty/zlib/zutil.c
index a76c6b0c7e5..dcab28a0d51 100644
--- a/3rdparty/zlib/zutil.c
+++ b/3rdparty/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.
*/