summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-08-01 08:27:18 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-08-01 08:27:18 +0000
commit79ab294f6f75042e12cbf96ed5dded0ae622a650 (patch)
treee4bd73968cc5a736d9651db5ed8df33fede681ed /libxslt/xsltconfig.h.in
parenta85673c19dcc57071c0ade9208a09da76f8d16f5 (diff)
downloadlibxslt-79ab294f6f75042e12cbf96ed5dded0ae622a650.tar.gz
big patch from Roumen Petrov finishing xsl:sort lang support with many
* libxslt/xsltconfig.h.in libxslt/xslt.c libxslt/extensions.c libxslt/xsltlocale.c libxslt/preproc.c libxslt/xsltutils.c libxslt/xsltlocale.h libxslt/win32config.h configure.in config.h.in win32/configure.js: big patch from Roumen Petrov finishing xsl:sort lang support with many portability issues fixed and feedback from Nick Wellnhofer and Rob Richards Daniel svn path=/trunk/; revision=1488
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index e9a3c56c..b4cac6d3 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -130,9 +130,9 @@ extern "C" {
#ifndef XSLT_LOCALE_XLOCALE
#define XSLT_LOCALE_XLOCALE
#endif
-#elif @XSLT_LOCALE_MSVCRT@
-#ifndef XSLT_LOCALE_MSVCRT
-#define XSLT_LOCALE_MSVCRT
+#elif @XSLT_LOCALE_WINAPI@
+#ifndef XSLT_LOCALE_WINAPI
+#define XSLT_LOCALE_WINAPI
#endif
#endif