Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: third_party/zlib/x86.h

Issue 2121343002: [zlib] Fix unmangled symbols. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify .patch files to reflect current condition Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/zlib/simd.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/x86.h
diff --git a/third_party/zlib/x86.h b/third_party/zlib/x86.h
index ac3d1808dbf021805d097c8deaf5749b9f62e590..ebcf10ab09d21d85d9d6b2b5d5bd2e5b0c9c4960 100644
--- a/third_party/zlib/x86.h
+++ b/third_party/zlib/x86.h
@@ -6,6 +6,8 @@
#ifndef X86_H
#define X86_H
+#include "zlib.h"
+
extern int x86_cpu_enable_simd;
void x86_check_features(void);
« no previous file with comments | « third_party/zlib/simd.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698