mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(PSP) gzguts.h - build fix
This commit is contained in:
parent
d4f9c211ee
commit
096766dc32
2
deps/rzlib/gzguts.h
vendored
2
deps/rzlib/gzguts.h
vendored
@ -164,7 +164,7 @@
|
|||||||
#define MODE_COPY 1 /* copy input directly */
|
#define MODE_COPY 1 /* copy input directly */
|
||||||
#define MODE_GZIP 2 /* decompress a gzip stream */
|
#define MODE_GZIP 2 /* decompress a gzip stream */
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined(__APPLE__) || defined(PSP)
|
||||||
struct gzFile_s
|
struct gzFile_s
|
||||||
{
|
{
|
||||||
unsigned have;
|
unsigned have;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user