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

Unified Diff: third_party/libxslt/libxslt/libxslt.h

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/namespaces.c » ('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 2f6f20d8ea879454b12675708ec73d149a636814..e6d4c831f90d8b60aee5b33ef4efda88627c20c9 100644
--- a/third_party/libxslt/libxslt/libxslt.h
+++ b/third_party/libxslt/libxslt/libxslt.h
@@ -27,4 +27,10 @@
#endif
#endif
+#if defined(_MSC_VER) || defined(__MINGW32__)
+#include <io.h>
+#include <direct.h>
+#define mkdir(p,m) _mkdir(p)
+#endif
+
#endif /* ! __XSLT_LIBXSLT_H__ */
« no previous file with comments | « third_party/libxslt/libxslt/keys.c ('k') | third_party/libxslt/libxslt/namespaces.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698