[LIBXSLT] Better highlight some ROS diffs. CORE-14291
[reactos.git] / sdk / include / reactos / libs / libxslt / xsltlocale.h
index 39b2210..b7b1b1f 100644 (file)
@@ -29,11 +29,13 @@ typedef xmlChar xsltLocaleChar;
 
 #elif defined(XSLT_LOCALE_WINAPI)
 
 
 #elif defined(XSLT_LOCALE_WINAPI)
 
-//#include <windows.h>
-
+#ifdef __REACTOS__
 #define WIN32_NO_STATUS
 #include <windef.h>
 #include <winbase.h>
 #define WIN32_NO_STATUS
 #include <windef.h>
 #include <winbase.h>
+#else /* __REACTOS__ */
+#include <windows.h>
+#endif /* __REACTOS__ */
 #include <winnls.h>
 
 typedef LCID xsltLocale;
 #include <winnls.h>
 
 typedef LCID xsltLocale;