From: Bruno Haible Date: Wed, 17 Sep 2003 16:13:13 +0000 (+0000) Subject: Cygwin portability. X-Git-Tag: v0.13~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcaf8c4d7;p=thirdparty%2Fgettext.git Cygwin portability. --- diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 426f63a06..d4fffd376 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,8 @@ +2003-09-17 Bruno Haible + + * printf.c: Test HAVE_FWPRINTF, not HAVE_WPRINTF. Needed for + portability to Cygwin. + 2003-09-04 Bruno Haible * dgettext.c: Include after gettextP.h, not before. This diff --git a/gettext-runtime/intl/printf.c b/gettext-runtime/intl/printf.c index b0593bbaa..878646c2d 100644 --- a/gettext-runtime/intl/printf.c +++ b/gettext-runtime/intl/printf.c @@ -243,7 +243,7 @@ libintl_asprintf (char **resultp, const char *format, ...) #endif -#if HAVE_WPRINTF +#if HAVE_FWPRINTF #include