16 Jun
2006
16 Jun
'06
12:43 p.m.
On 6/15/06, Alexandre Julliard <julliard(a)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