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

Unified Diff: third_party/libxslt/libexslt/libexslt.h

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 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/libxslt/libexslt/functions.c ('k') | third_party/libxslt/libexslt/libexslt.3 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libexslt/libexslt.h
diff --git a/third_party/libxslt/libexslt/libexslt.h b/third_party/libxslt/libexslt/libexslt.h
index 1f10f387290359920c3b2be1aa876df3c2516fa0..2dd9b37b55434850f051692563bff0022103ce24 100644
--- a/third_party/libxslt/libexslt/libexslt.h
+++ b/third_party/libxslt/libexslt/libexslt.h
@@ -22,7 +22,7 @@
#if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBEXSLT && !defined LIBEXSLT_STATIC
#define LIBEXSLT_PUBLIC __declspec(dllimport)
#else
-#define LIBEXSLT_PUBLIC
+#define LIBEXSLT_PUBLIC
#endif
#endif
« no previous file with comments | « third_party/libxslt/libexslt/functions.c ('k') | third_party/libxslt/libexslt/libexslt.3 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698