[ZLIB] Update to v1.2.13. CORE-18752
[ZLIB] Restore 'uncrypt' functionality in minizip (using #ifdef REACTOS)CORE-18339
[ZLIB] Update to v1.2.12. CORE-18339Upstream commit 21767c654d31d2dccdde4330529
[MINIZIP] Add curly braces to if-statement and fix indentationFixes GCC 8 warning:sdk/lib/3rdparty/zlib/contrib/minizip/zip.c:521:5: error: this 'for' clause does not guard... [-Werror=misleading-
[MINIZIP] Add curly braces to if-statement and fix indentationFixes GCC 8 warning:sdk/lib/3rdparty/zlib/contrib/minizip/zip.c:521:5: error: this 'for' clause does not guard... [-Werror=misleading-indentation] for (i=(int)uReadSize-3; (i--)>0;) ^~~sdk/lib/3rdparty/zlib/contrib/minizip/zip.c:529:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' if (uPosFound!=0) ^~
show more ...
[ZLIB] Restore 'uncrypt' functionality in minizip
[ZLIB] Add minizip as library.CORE-7684