filesystem: zip: use miniz header only library instead of zlib, add miniz generated header(stripped ZIP reading/writing code)

This commit is contained in:
Alibek Omarov 2019-06-02 12:27:58 +03:00
parent 9119635ed3
commit 85240f0145
2 changed files with 3854 additions and 1 deletions

View File

@ -16,7 +16,6 @@ GNU General Public License for more details.
#include <fcntl.h>
#include <sys/stat.h>
#include <time.h>
#include <zlib.h>
#ifdef _WIN32
#include <direct.h>
#include <io.h>
@ -24,6 +23,7 @@ GNU General Public License for more details.
#include <dirent.h>
#include <errno.h>
#endif
#include "miniz.h" // header-only zlib replacement
#include "common.h"
#include "wadfile.h"
#include "filesystem.h"

3853
engine/common/miniz.h Normal file

File diff suppressed because it is too large Load Diff