We always use miniz now.

This commit is contained in:
Ryan C. Gordon 2014-02-07 16:22:54 -05:00
parent 44fb6d5e2d
commit 8e065c08f7
1 changed files with 0 additions and 5 deletions

View File

@ -15,12 +15,7 @@
#include <errno.h>
#include <time.h>
#define USE_MINIZ 1
#if USE_MINIZ
#include "physfs_miniz.h"
#else
#include <zlib.h>
#endif
/*
* A buffer of ZIP_READBUFSIZE is allocated for each compressed file opened,