Chromium Code Reviews| 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__ */ |