diff options
author | marha <marha@users.sourceforge.net> | 2013-11-12 13:48:44 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-12 13:51:05 +0100 |
commit | 4bdf8409331f44417c3622bc5ec0e42c0e68afb6 (patch) | |
tree | ee8a24a92b267f48542eaed1968266a76e945a27 /zlib/contrib/minizip/zip.c | |
parent | b73c544c61712f7bd57f3c9a0f6046481f58038b (diff) | |
download | vcxsrv-4bdf8409331f44417c3622bc5ec0e42c0e68afb6.tar.gz vcxsrv-4bdf8409331f44417c3622bc5ec0e42c0e68afb6.tar.bz2 vcxsrv-4bdf8409331f44417c3622bc5ec0e42c0e68afb6.zip |
Updated zlib to 1.2.8
Diffstat (limited to 'zlib/contrib/minizip/zip.c')
-rw-r--r-- | zlib/contrib/minizip/zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/minizip/zip.c b/zlib/contrib/minizip/zip.c index 147934c75..ea54853e8 100644 --- a/zlib/contrib/minizip/zip.c +++ b/zlib/contrib/minizip/zip.c @@ -157,7 +157,7 @@ typedef struct ZPOS64_T totalUncompressedData; #ifndef NOCRYPT unsigned long keys[3]; /* keys defining the pseudo-random sequence */ - const unsigned long* pcrc_32_tab; + const z_crc_t* pcrc_32_tab; int crypt_header_size; #endif } curfile64_info; |