Replacing old miniz version with new 2.1.0

#2333: The amalgamated library is used from the 'releases' section of the original upstream https://github.com/richgel999/miniz
This commit is contained in:
tamasmeszaros 2019-05-23 11:49:43 +02:00
parent 07282eb24d
commit 902bf682c0
18 changed files with 4192 additions and 3779 deletions

View file

@ -16,7 +16,7 @@
#include <boost/filesystem/operations.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/nowide/fstream.hpp>
#include <miniz/miniz_zip.h>
#include <miniz.h>
#if 0
// Enable debugging and assert in this file.