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

Unified Diff: third_party/libxml/patches/win32-no-posix-error-codes

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/win32-clobber-makefile ('k') | third_party/libxml/patches/xmlregexp-bogus-cast » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/patches/win32-no-posix-error-codes
diff --git a/third_party/libxml/patches/win32-no-posix-error-codes b/third_party/libxml/patches/win32-no-posix-error-codes
deleted file mode 100644
index 38be7f7c513d2fe45ce4d739e22907763075f9eb..0000000000000000000000000000000000000000
--- a/third_party/libxml/patches/win32-no-posix-error-codes
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/third_party/libxml/src/libxml.h b/third_party/libxml/src/libxml.h
-index 1656ac2..f8a368c 100644
---- a/third_party/libxml/src/libxml.h
-+++ b/third_party/libxml/src/libxml.h
-@@ -17,6 +17,9 @@
- #define _FILE_OFFSET_BITS 64
- #endif
- #endif
-+#ifndef _CRT_NO_POSIX_ERROR_CODES
-+#define _CRT_NO_POSIX_ERROR_CODES
-+#endif
-
- #if defined(macintosh)
- #include "config-mac.h"
« no previous file with comments | « third_party/libxml/patches/win32-clobber-makefile ('k') | third_party/libxml/patches/xmlregexp-bogus-cast » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698