zlib icon indicating copy to clipboard operation
zlib copied to clipboard

Fix crc32.c build error on MSVC x86 build

Open ied206 opened this issue 3 years ago • 2 comments

On MSVC x86 build, MSVC generates multiple errors on crc32.c. Details of the errors and workarounds are described in #631.

ied206 avatar Apr 12 '22 18:04 ied206

This PR also fixes #629.

ied206 avatar Apr 12 '22 19:04 ied206

See also https://github.com/madler/zlib/issues/620#issuecomment-1086640253.

tbeu avatar Apr 13 '22 05:04 tbeu

Patched by 6c532a8e8a2fcedc4abbe2378dd26b5d89cf1c4a and 7ecf7c7458578d05a20fa481436dd5c58db112f7.

ied206 avatar Oct 07 '22 01:10 ied206