Francois Gouget fgouget@free.fr writes:
Removing the DECLSPEC_HIDDEN on wine_digitmap(), wine_compatmap() but also wine_compose() and wine_decompose() fixes this. As far as I can tell the linker considers that hidden symbols are not visible outside the static library.
Do you mean you have to remove it from all 4 symbols? Or only from the data tables? Or only from the extern declarations?