libport: Mark internal functions and data tables as hidden.

Alexandre Julliard julliard at winehq.org
Tue Mar 1 04:50:13 CST 2016


Francois Gouget <fgouget at 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 at winehq.org



More information about the wine-devel mailing list