1 Mar
2016
1 Mar
'16
10:50 a.m.
Francois Gouget <fgouget(a)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? -- Alexandre Julliard julliard(a)winehq.org