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" |