2017-04-27 03:59:52 +02:00
|
|
|
diff --git third_party/zlib/contrib/minizip/unzip.c third_party/zlib/contrib/minizip/unzip.c
|
2017-09-06 23:40:58 +02:00
|
|
|
index 199b4723fcfc..be424783fece 100644
|
2017-04-27 03:59:52 +02:00
|
|
|
--- third_party/zlib/contrib/minizip/unzip.c
|
|
|
|
+++ third_party/zlib/contrib/minizip/unzip.c
|
2012-09-04 19:08:51 +02:00
|
|
|
@@ -69,7 +69,7 @@
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
#ifndef NOUNCRYPT
|
|
|
|
- #define NOUNCRYPT
|
|
|
|
+// #define NOUNCRYPT
|
|
|
|
#endif
|
|
|
|
|
2013-01-15 20:12:28 +01:00
|
|
|
#include "third_party/zlib/zlib.h"
|