mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[LIBXSLT] Better highlight some ROS diffs. CORE-14291
This commit is contained in:
parent
ef4f57579e
commit
5c72e50fd0
7 changed files with 179 additions and 905 deletions
|
@ -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__ */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue