mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 18:07:09 +01:00
filesystem: zip: use miniz header only library instead of zlib, add miniz generated header(stripped ZIP reading/writing code)
This commit is contained in:
parent
9119635ed3
commit
85240f0145
@ -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
3853
engine/common/miniz.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user