ClickHouse/contrib/minizip-ng-cmake/unzip.h
2022-02-05 23:45:16 +07:00

14 lines
305 B
C++

/* unzip.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_UNZIP
#define MZ_COMPAT_UNZIP
#include "mz_compat.h"
#endif