X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzlib-1.2.13%2Fgzguts.h;fp=deps%2Flibchdr%2Fdeps%2Fzlib-1.2.11%2Fgzguts.h;h=57faf37165a3546c3d0a783457a51e7dedff49ae;hb=9e052883388b2b607a488e48b3cb6db52a0997dd;hp=45be57356936360776f636f4061cd697ac4efded;hpb=7e49a25d527a1d79569f39a6f2d8d28a0d6cebd5;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zlib-1.2.11/gzguts.h b/deps/libchdr/deps/zlib-1.2.13/gzguts.h similarity index 97% rename from deps/libchdr/deps/zlib-1.2.11/gzguts.h rename to deps/libchdr/deps/zlib-1.2.13/gzguts.h index 45be5735..57faf371 100644 --- a/deps/libchdr/deps/zlib-1.2.11/gzguts.h +++ b/deps/libchdr/deps/zlib-1.2.13/gzguts.h @@ -1,12 +1,8 @@ /* gzguts.h -- zlib internal header definitions for gz* operations - * Copyright (C) 2004, 2005, 2010, 2011, 2012, 2013, 2016 Mark Adler + * Copyright (C) 2004-2019 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ -#ifndef _WIN32 -# include -#endif - #ifdef _LARGEFILE64_SOURCE # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE 1 @@ -43,7 +39,7 @@ # include #endif -#if defined(_WIN32) || defined(__CYGWIN__) +#if defined(_WIN32) # define WIDECHAR #endif @@ -194,6 +190,7 @@ typedef struct { /* just for writing */ int level; /* compression level */ int strategy; /* compression strategy */ + int reset; /* true if a reset is pending after a Z_FINISH */ /* seek request */ z_off64_t skip; /* amount to skip (already rewound if backwards) */ int seek; /* true if seek request pending */