We always use miniz now.
This commit is contained in:
parent
44fb6d5e2d
commit
8e065c08f7
|
@ -15,12 +15,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#define USE_MINIZ 1
|
|
||||||
#if USE_MINIZ
|
|
||||||
#include "physfs_miniz.h"
|
#include "physfs_miniz.h"
|
||||||
#else
|
|
||||||
#include <zlib.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A buffer of ZIP_READBUFSIZE is allocated for each compressed file opened,
|
* A buffer of ZIP_READBUFSIZE is allocated for each compressed file opened,
|
||||||
|
|
Loading…
Reference in New Issue