mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
672ea9a1b3
* Enable support for password-encrypted ZIP files. * [minizip] combine patch with in vcpkg_from_github
17 lines
332 B
Diff
17 lines
332 B
Diff
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c
|
|
index f12e3329..bfc05f77 100644
|
|
--- a/contrib/minizip/unzip.c
|
|
+++ b/contrib/minizip/unzip.c
|
|
@@ -68,10 +68,6 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
-#ifndef NOUNCRYPT
|
|
- #define NOUNCRYPT
|
|
-#endif
|
|
-
|
|
#include "zlib.h"
|
|
#include "unzip.h"
|
|
|
|
|