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.22.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beeb24a8f6a6069b961ba0996fc87de637c44c6d;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 90cf6a9c1..7e557bf67 100644 --- a/gettext-runtime/intl/configure.ac +++ b/gettext-runtime/intl/configure.ac @@ -281,6 +281,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'. */