]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix a link error on MSVC/clang in --enable-shared mode.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Sep 2022 15:32:07 +0000 (17:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Sep 2022 15:35:15 +0000 (17:35 +0200)
commit059edaf0c3072887b0c4e27c62d68941a25fff4d
treea6c96839a29c2cd5208f879ef45d4cf8f0d534bb
parent1c411ccb2d030325558fae255a6516c9807ee7bc
Fix a link error on MSVC/clang in --enable-shared mode.

* gettext-runtime/intl/printf.c: Include libgnuintl.h. This ensures that the
LIBINTL_DLL_EXPORTED marker from the libintl_*printf function declarations is
seen when the functions get defined.
* gettext-runtime/intl/Makefile.am: Update comment.
gettext-runtime/intl/Makefile.am
gettext-runtime/intl/printf.c