mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:03:10 +00:00
[LIBXML2] Update to version 2.9.10. CORE-16952
This commit is contained in:
parent
b82bf8ce16
commit
f22fa382fe
65 changed files with 2245 additions and 2056 deletions
4
sdk/lib/3rdparty/libxml2/xzlib.c
vendored
4
sdk/lib/3rdparty/libxml2/xzlib.c
vendored
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* xzlib.c: front end for the transparent suport of lzma compression
|
||||
* xzlib.c: front end for the transparent support of lzma compression
|
||||
* at the I/O layer, based on an example file from lzma project
|
||||
*
|
||||
* See Copyright for the status of this software.
|
||||
|
@ -71,7 +71,7 @@ typedef struct {
|
|||
int err; /* error code */
|
||||
char *msg; /* error message */
|
||||
/* lzma stream */
|
||||
int init; /* is the iniflate stream initialized */
|
||||
int init; /* is the inflate stream initialized */
|
||||
lzma_stream strm; /* stream structure in-place (not a pointer) */
|
||||
char padding1[32]; /* padding allowing to cope with possible
|
||||
extensions of above structure without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue