mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-16 20:02:24 +01:00
0b78461f5b
- Building Chromium using SVN is no longer supported. - Remove CefDOMEvent and CefDOMEventListener (issue #933). - Remove CefRenderHandler::OnScrollOffsetChanged (http://crbug.com/404656). - Remove UR_FLAG_REPORT_LOAD_TIMING (https://codereview.chromium.org/451623002/). git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1816 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
14 lines
307 B
Diff
14 lines
307 B
Diff
diff --git contrib/minizip/unzip.c contrib/minizip/unzip.c
|
|
index af59b80..ee3c0fd 100644
|
|
--- contrib/minizip/unzip.c
|
|
+++ contrib/minizip/unzip.c
|
|
@@ -69,7 +69,7 @@
|
|
#include <string.h>
|
|
|
|
#ifndef NOUNCRYPT
|
|
- #define NOUNCRYPT
|
|
+// #define NOUNCRYPT
|
|
#endif
|
|
|
|
#include "third_party/zlib/zlib.h"
|