From: Bruno Haible Date: Mon, 2 Jun 2025 22:32:57 +0000 (+0200) Subject: build: Fix some crashes when building with --enable-shared on MSVC, part 2. X-Git-Tag: v0.26~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6b7b7939f12ed075c682190458eafe04c028488;p=thirdparty%2Fgettext.git build: Fix some crashes when building with --enable-shared on MSVC, part 2. * gettext-tools/woe32dll/gettextlib-exports.c: Export also gl_carray_list_implementation, gl_hash_map_implementation, gl_hash_set_implementation, gl_linked_list_implementation. --- diff --git a/gettext-tools/woe32dll/gettextlib-exports.c b/gettext-tools/woe32dll/gettextlib-exports.c index 1330fc76f..615d4e0e0 100644 --- a/gettext-tools/woe32dll/gettextlib-exports.c +++ b/gettext-tools/woe32dll/gettextlib-exports.c @@ -1,5 +1,5 @@ /* List of exported symbols of libgettextlib on Cygwin and native Windows. - Copyright (C) 2006-2007, 2010, 2012, 2019, 2023 Free Software Foundation, Inc. + Copyright (C) 2006-2025 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -31,6 +31,10 @@ VARIABLE(error_print_progname) #endif VARIABLE(error_with_progname) VARIABLE(exit_failure) +VARIABLE(gl_carray_list_implementation) +VARIABLE(gl_hash_map_implementation) +VARIABLE(gl_hash_set_implementation) +VARIABLE(gl_linked_list_implementation) VARIABLE(gl_linkedhash_list_implementation) VARIABLE(program_name) #if GNULIB_DEFINED_GETOPT