Skip to content

Commit

Permalink
We always use miniz now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 7, 2014
1 parent 44fb6d5 commit 8e065c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/archiver_zip.c
Expand Up @@ -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,
Expand Down

0 comments on commit 8e065c0

Please sign in to comment.