Skip to content
Snippets Groups Projects
Commit 14d2627a authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

archiver: adapt for minizip 4 v2

Change-Id: Ic6ce44c1dac9cf6956cf2ede4061c86a2d723568
parent 7b454ff6
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,11 @@ ...@@ -35,11 +35,11 @@
#ifdef ENABLE_PLUGIN #ifdef ENABLE_PLUGIN
extern "C" { extern "C" {
#if defined(__APPLE__) #if defined(__APPLE__)
#include <mz.h> #include <minizip/mz.h>
#include <mz_strm.h> #include <minizip/mz_strm.h>
#include <mz_strm_os.h> #include <minizip/mz_strm_os.h>
#include <mz_zip.h> #include <minizip/mz_zip.h>
#include <mz_zip_rw.h> #include <minizip/mz_zip_rw.h>
#else #else
#include <archive.h> #include <archive.h>
#include <archive_entry.h> #include <archive_entry.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment