]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
intl: Don't export the symbol 'mbszero' on Windows platforms.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Sep 2023 21:12:34 +0000 (23:12 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Sep 2023 02:11:17 +0000 (04:11 +0200)
* gettext-runtime/intl/configure.ac: Define mbszero to _libintl_mbszero.

gettext-runtime/intl/configure.ac

index 90cf6a9c17237672d7c71e61caba4b9bdb4c1b8f..7e557bf679fa0f5d23c2d5d5d8fc712d06ef2a82 100644 (file)
@@ -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'.  */