On 6/15/06, Alexandre Julliard julliard@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