From d4d85dc7645ee1e10d86ab459316b67addfe4e83 Mon Sep 17 00:00:00 2001 From: Nikolai SAOUKH Date: Sun, 10 Nov 2019 18:45:32 +0300 Subject: [PATCH] zlib: Our runtime is not in ms windows world any more --- Library/OcCompressionLib/zlib/zconf.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Library/OcCompressionLib/zlib/zconf.h b/Library/OcCompressionLib/zlib/zconf.h index 6f42f631..128f45f4 100644 --- a/Library/OcCompressionLib/zlib/zconf.h +++ b/Library/OcCompressionLib/zlib/zconf.h @@ -69,4 +69,12 @@ typedef UINT32 z_crc_t; #undef MIN #endif +#ifdef _WIN32 +#undef _WIN32 +#endif + +#ifdef _WIN64 +#undef _WIN64 +#endif + #endif /* ZCONF_H */