| Index: third_party/libxslt/libxslt/libxslt.h
|
| diff --git a/third_party/libxslt/libxslt/libxslt.h b/third_party/libxslt/libxslt/libxslt.h
|
| index 2b9f52a9fd52261886e87e9fe47a2a36b0b18cee..e6d4c831f90d8b60aee5b33ef4efda88627c20c9 100644
|
| --- a/third_party/libxslt/libxslt/libxslt.h
|
| +++ b/third_party/libxslt/libxslt/libxslt.h
|
| @@ -23,8 +23,14 @@
|
| #if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
|
| #define LIBXSLT_PUBLIC __declspec(dllimport)
|
| #else
|
| -#define LIBXSLT_PUBLIC
|
| +#define LIBXSLT_PUBLIC
|
| #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__ */
|
|
|