mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(PSP) gzguts.h - build fix
This commit is contained in:
parent
d4f9c211ee
commit
096766dc32
1 changed files with 1 additions and 1 deletions
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_GZIP 2 /* decompress a gzip stream */
|
||||
|
||||
#ifdef __APPLE__
|
||||
#if defined(__APPLE__) || defined(PSP)
|
||||
struct gzFile_s
|
||||
{
|
||||
unsigned have;
|
||||
|
|
Loading…
Add table
Reference in a new issue