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

Unified Diff: third_party/libxml/src/libxml.h

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/src/include/libxml/nanohttp.h ('k') | third_party/libxml/src/nanoftp.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/src/libxml.h
diff --git a/third_party/libxml/src/libxml.h b/third_party/libxml/src/libxml.h
index 1656ac2dcaef6b82899d0b7f044f6166e4a303e6..f8a368c5892b293851b872798181b9c231aea9be 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/src/include/libxml/nanohttp.h ('k') | third_party/libxml/src/nanoftp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698