[LIBXSLT] Better highlight some ROS diffs. CORE-14291

This commit is contained in:
Thomas Faber 2018-02-04 15:51:19 +01:00
parent ef4f57579e
commit 5c72e50fd0
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
7 changed files with 179 additions and 905 deletions

View file

@ -27,4 +27,12 @@
#endif
#endif
#ifndef __REACTOS__
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <io.h>
#include <direct.h>
#define mkdir(p,m) _mkdir(p)
#endif
#endif /* __REACTOS__ */
#endif /* ! __XSLT_LIBXSLT_H__ */

View file

@ -29,11 +29,13 @@ typedef xmlChar xsltLocaleChar;
#elif defined(XSLT_LOCALE_WINAPI)
//#include <windows.h>
#ifdef __REACTOS__
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#else /* __REACTOS__ */
#include <windows.h>
#endif /* __REACTOS__ */
#include <winnls.h>
typedef LCID xsltLocale;