From 78b25b20dd3d02181aa3be09314f84e8627c2e80 Mon Sep 17 00:00:00 2001 From: Autechre Date: Sat, 19 Feb 2022 21:56:52 +0100 Subject: [PATCH] Revert "Update zlib.h (#13641)" (#13642) This reverts commit 5a3cd8671e78fa1877ab484219923de64ae3360e. --- libretro-common/include/compat/zlib/zlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-common/include/compat/zlib/zlib.h b/libretro-common/include/compat/zlib/zlib.h index ff8bada58d..800bdf56c1 100644 --- a/libretro-common/include/compat/zlib/zlib.h +++ b/libretro-common/include/compat/zlib/zlib.h @@ -1190,8 +1190,8 @@ typedef int (*out_func) (void FAR *, unsigned char FAR *, unsigned); compress() or compress2() call to allocate the destination buffer. */ - int uncompress (Bytef *dest, uLongf *destLen, - const Bytef *source, uLongf sourceLen); + int uncompress (unsigned char *dest, uint32_t *destLen, + const unsigned char *source, uint32_t sourceLen); /* Decompresses the source buffer into the destination buffer. sourceLen is the byte length of the source buffer. Upon entry, destLen is the total size