| --- gettext-runtime/intl/libgnuintl.in.h.old 2015-06-15 10:40:11.594942600 +0200 |
| +++ gettext-runtime/intl/libgnuintl.in.h 2015-06-15 10:40:50.579345400 +0200 |
| @@ -336,7 +336,7 @@ extern int vfprintf (FILE *, const char |
| |
| #if !(defined printf && defined _GL_STDIO_H) /* don't override gnulib */ |
| #undef printf |
| -#if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ |
| +#if defined __NetBSD__ || defined __BEOS__ || defined __CYGWIN__ || defined __MINGW32__ || defined _MSC_VER |
| /* Don't break __attribute__((format(printf,M,N))). |
| This redefinition is only possible because the libc in NetBSD, Cygwin, |
| mingw does not have a function __printf__. |