[ZLIB] Restore 'uncrypt' functionality in minizip

This commit is contained in:
Mark Jansen 2019-02-27 22:18:44 +01:00
parent 410320df06
commit a672665911
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

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