unzip.h 305 B

12345678910111213
  1. /* unzip.h -- Compatibility layer shim
  2. part of the minizip-ng project
  3. This program is distributed under the terms of the same license as zlib.
  4. See the accompanying LICENSE file for the full text of the license.
  5. */
  6. #ifndef MZ_COMPAT_UNZIP
  7. #define MZ_COMPAT_UNZIP
  8. #include "mz_compat.h"
  9. #endif