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

Unified Diff: third_party/libxml/patches/snprintf_config

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/libxml/patches/icu-win32 ('k') | third_party/libxml/patches/snprintf_win32config » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/patches/snprintf_config
diff --git a/third_party/libxml/patches/snprintf_config b/third_party/libxml/patches/snprintf_config
deleted file mode 100644
index 9d1ca628be2a0eb84b001bf22316fd74c9718513..0000000000000000000000000000000000000000
--- a/third_party/libxml/patches/snprintf_config
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/third_party/libxml/win32/config.h b/third_party/libxml/win32/config.h
-index 3fc9be5..5112ce6 100644
---- a/third_party/libxml/win32/config.h
-+++ b/third_party/libxml/win32/config.h
-@@ -95,7 +95,9 @@ static int isnan (double d) {
-
- #if defined(_MSC_VER)
- #define mkdir(p,m) _mkdir(p)
-+#if _MSC_VER < 1900
- #define snprintf _snprintf
-+#endif
- #if _MSC_VER < 1500
- #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
- #endif
« no previous file with comments | « third_party/libxml/patches/icu-win32 ('k') | third_party/libxml/patches/snprintf_win32config » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698