From 178a7885821781e7da6169f881d1d59075e82b93 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 12 Jun 2003 11:46:40 +0000 Subject: Avoid prepending an underscore to the redirected name on Mingw32. --- gettext-runtime/intl/ChangeLog | 7 ++++++- gettext-runtime/intl/libgnuintl.h.in | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gettext-runtime') diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 76b13fb..9aeb58f 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,4 +1,9 @@ -2003-05-08 Bruno Haible +2003-06-12 Bruno Haible + + * libgnuintl.h (_INTL_REDIRECT_ASM): Don't define when using Mingw. + Reported by Tor Lillqvist . + +2003-06-08 Bruno Haible * dcigettext.c (getcwd) [VMS]: Pass 3 arguments. Reported by Jouk Jansen . diff --git a/gettext-runtime/intl/libgnuintl.h.in b/gettext-runtime/intl/libgnuintl.h.in index f596cfc..b6c526c 100644 --- a/gettext-runtime/intl/libgnuintl.h.in +++ b/gettext-runtime/intl/libgnuintl.h.in @@ -93,7 +93,7 @@ extern "C" { If he doesn't, we choose the method. A third possible method is _INTL_REDIRECT_ASM, supported only by GCC. */ #if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS) -# if __GNUC__ >= 2 && !defined __APPLE_CC__ && (defined __STDC__ || defined __cplusplus) +# if __GNUC__ >= 2 && !defined __APPLE_CC__ && !defined __MINGW32__ && (defined __STDC__ || defined __cplusplus) # define _INTL_REDIRECT_ASM # else # ifdef __cplusplus -- cgit v1.1