zlib
zlib copied to clipboard
Adjustment to iowin32 of minizip to allow explicitly ignoring the WinRT API
Previously if the WinRT API was available at all on the comipiling machine, it would be used during build regardless of any defines passed in at build-time. This change will enable one to disable the use of this API by passing the following define:
IOWIN32_USING_WINRT_API=0
Please note that there is https://github.com/nmoinvaz/minizip.
@madler: What do you think about this PR?
@gvollant: Have you seen this PR?