Externals: Update minizip to minizip-ng version 3.0.4.

This commit is contained in:
Admiral H. Curtiss 2022-02-06 17:53:45 +01:00
commit ca31964833
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
54 changed files with 18319 additions and 2802 deletions

13
Externals/minizip/zip.h vendored Normal file
View file

@ -0,0 +1,13 @@
/* zip.h -- Compatibility layer shim
part of the minizip-ng project
This program is distributed under the terms of the same license as zlib.
See the accompanying LICENSE file for the full text of the license.
*/
#ifndef MZ_COMPAT_ZIP
#define MZ_COMPAT_ZIP
#include "mz_compat.h"
#endif