Index: third_party/libxslt/libxslt/xsltconfig.h.in |
=================================================================== |
--- third_party/libxslt/libxslt/xsltconfig.h.in (revision 39981) |
+++ third_party/libxslt/libxslt/xsltconfig.h.in (working copy) |
@@ -124,6 +124,19 @@ |
#endif |
/** |
+ * Locale support |
+ */ |
+#if @XSLT_LOCALE_XLOCALE@ |
+#ifndef XSLT_LOCALE_XLOCALE |
+#define XSLT_LOCALE_XLOCALE |
+#endif |
+#elif @XSLT_LOCALE_WINAPI@ |
+#ifndef XSLT_LOCALE_WINAPI |
+#define XSLT_LOCALE_WINAPI |
+#endif |
+#endif |
+ |
+/** |
* ATTRIBUTE_UNUSED: |
* |
* This macro is used to flag unused function parameters to GCC |