(PSP) gzguts.h - build fix

This commit is contained in:
twinaphex 2014-02-11 16:12:50 +01:00
parent d4f9c211ee
commit 096766dc32

2
deps/rzlib/gzguts.h vendored
View File

@ -164,7 +164,7 @@
#define MODE_COPY 1 /* copy input directly */
#define MODE_GZIP 2 /* decompress a gzip stream */
#ifdef __APPLE__
#if defined(__APPLE__) || defined(PSP)
struct gzFile_s
{
unsigned have;