This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mingw-gettext.git#345bc517ad0f6bb4bbf45a5c281d3b608c3ac8bf
21 lines
577 B
Diff
21 lines
577 B
Diff
diff -rupN --no-dereference gettext-0.21/gettext-runtime/intl/libgnuintl.in.h gettext-0.21-new/gettext-runtime/intl/libgnuintl.in.h
|
|
--- gettext-0.21/gettext-runtime/intl/libgnuintl.in.h 2020-07-26 22:13:34.000000000 +0200
|
|
+++ gettext-0.21-new/gettext-runtime/intl/libgnuintl.in.h 2020-08-03 11:57:20.495613456 +0200
|
|
@@ -431,6 +431,7 @@ extern int vasprintf (char **, const cha
|
|
#endif
|
|
|
|
#if @HAVE_WPRINTF@
|
|
+#ifndef __cplusplus
|
|
|
|
#undef fwprintf
|
|
#define fwprintf libintl_fwprintf
|
|
@@ -455,6 +456,8 @@ extern int vswprintf (wchar_t *, size_t,
|
|
|
|
#endif
|
|
|
|
+#endif
|
|
+
|
|
#endif
|
|
|
|
|