diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-29 11:02:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-08-29 11:02:34 +0200 |
commit | e0e1f2e4a2056db1a908af75612daaaf5b129ebd (patch) | |
tree | 49b45c6c5609f07b93fe3b30f531b8cc76d92565 /thirdparty/zlib/inffast.h | |
parent | 541674d10692cf608f1245d7eede459bdc96b74f (diff) | |
download | redot-engine-e0e1f2e4a2056db1a908af75612daaaf5b129ebd.tar.gz |
zlib/minizip: Update to version 1.3
Upstreams the fix from #73310, so we can remove that patch.
Remove `infback.c` which we stopped compiling after #79273.
The `OF` macro was also removed so I can drop the patch where I yell
at Gentoo developers.
Diffstat (limited to 'thirdparty/zlib/inffast.h')
-rw-r--r-- | thirdparty/zlib/inffast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zlib/inffast.h b/thirdparty/zlib/inffast.h index e5c1aa4ca8..49c6d156c5 100644 --- a/thirdparty/zlib/inffast.h +++ b/thirdparty/zlib/inffast.h @@ -8,4 +8,4 @@ subject to change. Applications should only use zlib.h. */ -void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); +void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start); |