[ZLIB] Restore 'uncrypt' functionality in minizip (using #ifdef REACTOS)

CORE-18339
This commit is contained in:
Peter Meerwald-Stadler 2022-10-05 13:38:54 +02:00 committed by Thomas Faber
parent 3e1f407439
commit 6bf909d66a
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

View file

@ -68,9 +68,11 @@
#include <stdlib.h>
#include <string.h>
#ifndef __REACTOS__
#ifndef NOUNCRYPT
#define NOUNCRYPT
#endif
#endif
#include "zlib.h"
#include "unzip.h"