mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2025-03-03 05:37:52 +00:00
Update zlib
This commit is contained in:
parent
1394649696
commit
ca96c1a74f
12
deps/zlib/gzfile.h
vendored
Normal file
12
deps/zlib/gzfile.h
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
#ifndef _GZFILE_H
|
||||
#define _GZFILE_H
|
||||
|
||||
struct gzFile_s
|
||||
{
|
||||
unsigned have;
|
||||
unsigned char *next;
|
||||
z_off64_t pos;
|
||||
};
|
||||
|
||||
#endif
|
9
deps/zlib/gzguts.h
vendored
9
deps/zlib/gzguts.h
vendored
@ -166,14 +166,7 @@
|
||||
#define MODE_COPY 1 /* copy input directly */
|
||||
#define MODE_GZIP 2 /* decompress a gzip stream */
|
||||
|
||||
#if defined(__APPLE__) || defined(__QNX__) && !defined(HAVE_BB10)
|
||||
struct gzFile_s
|
||||
{
|
||||
unsigned have;
|
||||
unsigned char *next;
|
||||
z_off64_t pos;
|
||||
};
|
||||
#endif
|
||||
#include "gzfile.h"
|
||||
|
||||
/* internal gzip file state data structure */
|
||||
typedef struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user