diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-31 00:50:51 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-03-31 00:52:40 +0200 |
commit | 08716954031eb0329fbd1ad2cd3fa593d3a046ab (patch) | |
tree | 48683dcf0639fbe7b84e00ea02dacaa4de9fe577 /src/Common/zlib/zutil.c | |
parent | 2be0b2e88ffebf9b63dcda4048ab0a24cd6ec131 (diff) | |
download | VeraCrypt-08716954031eb0329fbd1ad2cd3fa593d3a046ab.tar.gz VeraCrypt-08716954031eb0329fbd1ad2cd3fa593d3a046ab.zip |
Update zlib to version 1.2.12
Diffstat (limited to 'src/Common/zlib/zutil.c')
-rw-r--r-- | src/Common/zlib/zutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/zlib/zutil.c b/src/Common/zlib/zutil.c index a76c6b0c..dcab28a0 100644 --- a/src/Common/zlib/zutil.c +++ b/src/Common/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. */ |