-2003-05-08 Bruno Haible <bruno@clisp.org>
+2003-06-12 Bruno Haible <bruno@clisp.org>
+
+ * libgnuintl.h (_INTL_REDIRECT_ASM): Don't define when using Mingw.
+ Reported by Tor Lillqvist <tml@iki.fi>.
+
+2003-06-08 Bruno Haible <bruno@clisp.org>
* dcigettext.c (getcwd) [VMS]: Pass 3 arguments.
Reported by Jouk Jansen <joukj@hrem.stm.tudelft.nl>.
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