From c6887aa99914eebabbf7f6402ebf2c198d660c8b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 10 Apr 2017 23:17:30 +0200 Subject: [PATCH] Update compat/zlib.h --- libretro-common/include/compat/zlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-common/include/compat/zlib.h b/libretro-common/include/compat/zlib.h index c859757475..60fa3be50d 100644 --- a/libretro-common/include/compat/zlib.h +++ b/libretro-common/include/compat/zlib.h @@ -1204,8 +1204,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, uLong 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