2022-02-06 16:53:45 +00:00
|
|
|
/* unzip.h -- Compatibility layer shim
|
|
|
|
part of the minizip-ng project
|
2017-09-05 05:37:40 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2022-02-06 16:53:45 +00:00
|
|
|
#ifndef MZ_COMPAT_UNZIP
|
|
|
|
#define MZ_COMPAT_UNZIP
|
2017-09-05 05:37:40 +00:00
|
|
|
|
2022-02-06 16:53:45 +00:00
|
|
|
#include "mz_compat.h"
|
2017-09-05 05:37:40 +00:00
|
|
|
|
|
|
|
#endif
|