Reported by Michele Locati <michele@locati.it> in
<https://lists.gnu.org/archive/html/bug-gettext/2025-12/msg00038.html>.
* gettext-tools/src/country-table.h (country_table, country_table_size): Remove
LIBGETTEXTSRC_DLL_VARIABLE annotation.
const char *english;
};
-extern LIBGETTEXTSRC_DLL_VARIABLE struct country_table_entry country_table[];
-extern LIBGETTEXTSRC_DLL_VARIABLE const size_t country_table_size;
+extern struct country_table_entry country_table[];
+extern const size_t country_table_size;
#ifdef __cplusplus