From e6b7b7939f12ed075c682190458eafe04c028488 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 3 Jun 2025 00:32:57 +0200 Subject: [PATCH] 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. --- gettext-tools/woe32dll/gettextlib-exports.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.47.3