From: Bruno Haible Date: Fri, 15 Sep 2023 21:12:34 +0000 (+0200) Subject: intl: Don't export the symbol 'mbszero' on Windows platforms. X-Git-Tag: v0.23~398 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6027f38bd7c45742bbd69723d4fa5f4d6d466fcd;p=thirdparty%2Fgettext.git intl: Don't export the symbol 'mbszero' on Windows platforms. * gettext-runtime/intl/configure.ac: Define mbszero to _libintl_mbszero. --- diff --git a/gettext-runtime/intl/configure.ac b/gettext-runtime/intl/configure.ac index 392234962..55bc3fa68 100644 --- a/gettext-runtime/intl/configure.ac +++ b/gettext-runtime/intl/configure.ac @@ -340,6 +340,8 @@ AH_VERBATIM([znoexport], [ #define glthread_recursive_lock_destroy_multithreaded _libintl_recursive_lock_destroy_multithreaded #define glthread_once_singlethreaded _libintl_once_singlethreaded #define glthread_once_multithreaded _libintl_once_multithreaded +/* Symbols defined by gnulib module 'mbszero'. */ +#define mbszero _libintl_mbszero /* Symbols defined by gnulib module 'printf-frexp'. */ #define printf_frexp _libintl_printf_frexp /* Symbols defined by gnulib module 'printf-frexpl'. */