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

Unified Diff: third_party/libxslt/libxslt/libxslt.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/libxslt/keys.c ('k') | third_party/libxslt/libxslt/libxslt.3 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt/libxslt.h
diff --git a/third_party/libxslt/libxslt/libxslt.h b/third_party/libxslt/libxslt/libxslt.h
index 2b9f52a9fd52261886e87e9fe47a2a36b0b18cee..2f6f20d8ea879454b12675708ec73d149a636814 100644
--- a/third_party/libxslt/libxslt/libxslt.h
+++ b/third_party/libxslt/libxslt/libxslt.h
@@ -23,7 +23,7 @@
#if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
#define LIBXSLT_PUBLIC __declspec(dllimport)
#else
-#define LIBXSLT_PUBLIC
+#define LIBXSLT_PUBLIC
#endif
#endif
« no previous file with comments | « third_party/libxslt/libxslt/keys.c ('k') | third_party/libxslt/libxslt/libxslt.3 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698