mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 04:13:18 +00:00
[ZLIB] Update to v1.2.13. CORE-18752
This commit is contained in:
parent
6ae2f432b3
commit
144e984b40
29 changed files with 379 additions and 318 deletions
2
sdk/lib/3rdparty/zlib/gzlib.c
vendored
2
sdk/lib/3rdparty/zlib/gzlib.c
vendored
|
@ -30,7 +30,7 @@ local gzFile gz_open OF((const void *, int, const char *));
|
|||
|
||||
The gz_strwinerror function does not change the current setting of
|
||||
GetLastError. */
|
||||
char ZLIB_INTERNAL *gz_strwinerror (error)
|
||||
char ZLIB_INTERNAL *gz_strwinerror(error)
|
||||
DWORD error;
|
||||
{
|
||||
static char buf[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue