mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00

No need for unzip and zip headers in gitignore. #606 Co-authored-by: Nathan Moinvaziri <nathan@nathanm.com>
12 lines
306 B
C
12 lines
306 B
C
/* @FILE_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_FILE@
|
|
#define @MZ_COMPAT_FILE@
|
|
|
|
#include "mz_compat.h"
|
|
|
|
#endif |