PATCH: sane.ds / DECLSPEC hidden

Mike Hearn mike at plan99.net
Fri Jun 16 07:43:43 CDT 2006


On 6/15/06, Alexandre Julliard <julliard at winehq.org> wrote:
> No, we only want the internal functions to be hidden.

Right, so we set default visibility to hidden then change WINAPI and
WINAPIV to include __attribute__((visibility(default))). That way only
WINAPI declarations are exported.

thanks -mike



More information about the wine-devel mailing list