mirror of
https://github.com/libretro/RetroArch
synced 2025-04-24 06:02:36 +00:00
Update deps/zlib
This commit is contained in:
parent
2c14e702f6
commit
873bcb7341
5
deps/zlib/zlib.h
vendored
5
deps/zlib/zlib.h
vendored
@ -1667,11 +1667,6 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
|
|||||||
* behavior could change in the future, perhaps even capriciously. They can
|
* behavior could change in the future, perhaps even capriciously. They can
|
||||||
* only be used by the gzgetc() macro. You have been warned.
|
* only be used by the gzgetc() macro. You have been warned.
|
||||||
*/
|
*/
|
||||||
struct gzFile_s {
|
|
||||||
unsigned have;
|
|
||||||
unsigned char *next;
|
|
||||||
z_off64_t pos;
|
|
||||||
};
|
|
||||||
ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
|
ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
|
||||||
#ifdef Z_PREFIX_SET
|
#ifdef Z_PREFIX_SET
|
||||||
# undef z_gzgetc
|
# undef z_gzgetc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user