mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Externals: Update minizip to minizip-ng version 3.0.4.
This commit is contained in:
parent
09a0ba06c0
commit
ca31964833
54 changed files with 18319 additions and 2802 deletions
13
Externals/minizip/zip.h
vendored
Normal file
13
Externals/minizip/zip.h
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue