Nathan Moinvaziri
Nathan Moinvaziri
We build against libpng in our CI. Have you taken a look and seen how that is done? Btw, minizip-ng has the ability to fetch zlib-ng without having to do...
@madler I recommend just delete all the vstudio projects and force people to generate them with cmake. I don't see JetBrains projects.. or projects for any other IDE. These files...
Looks like MSVC broken. ``` chunkset_tpl.h(190,50): error C2220: the following warning is treated as an error (compiling source file '../arch/generic/chunkset_c.c') chunkset_tpl.h(190,50): warning C4242: 'function': conversion from 'uint64_t' to 'uint32 _t',...
## Benchmark Dataset: silesia.tar ### Develop (old) 8d10c309d7d468b9b2ecfd8d5f1b063d6396af17 ``` OS: Windows 10 10.0.22631 AMD64 CPU: Intel64 Family 6 Model 140 Stepping 1, GenuineIntel Tool: ../zlib-ng/build-develop/Release/minigzip.exe Size: 105,472 B Levels: 1-9...
> However, this only happens for Windows (due to the "if (MSVC)" statement in the CMakeLists.txt file). That seems like it might also be a problem for madler/zlib correct? Btw,...
I see, so then it seems we do match behavior of madler/zlib.
Perhaps `OPENSSL_VERSION_NUMBER` is not properly defined. What is the value?
Does `my_crypt_openssl.c` need `#include `?
I'm not certain that is the same value. It may, be that we need to expose the `mz_stream_tell(zip->stream)` value. `unzGetFilePos64` seems to only return the offset in the central directory,...
Feel free to open a PR.