]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Cygwin portability.
authorBruno Haible <bruno@clisp.org>
Wed, 17 Sep 2003 16:13:13 +0000 (16:13 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:00 +0000 (12:11 +0200)
gettext-runtime/intl/ChangeLog
gettext-runtime/intl/printf.c

index 426f63a06f982206c59f4059f23d52690c0b5f0c..d4fffd376b9f6a77bd045de6a88c4529c4ea432a 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-17  Bruno Haible  <bruno@clisp.org>
+
+       * printf.c: Test HAVE_FWPRINTF, not HAVE_WPRINTF. Needed for
+       portability to Cygwin.
+
 2003-09-04  Bruno Haible  <bruno@clisp.org>
 
        * dgettext.c: Include <locale.h> after gettextP.h, not before. This
index b0593bbaa8ae568290c3a163dda2695108e3ca40..878646c2de5e675b6cfb1aea36cba360dcf08bd7 100644 (file)
@@ -243,7 +243,7 @@ libintl_asprintf (char **resultp, const char *format, ...)
 
 #endif
 
-#if HAVE_WPRINTF
+#if HAVE_FWPRINTF
 
 #include <wchar.h>