try to get export/visibility and build conditionals right for surfaces/, once more

This commit is contained in:
Paul Davis 2014-01-25 13:57:28 -05:00
parent 7000afdc66
commit 79b7fb82f3
10 changed files with 43 additions and 28 deletions

View file

@ -57,5 +57,5 @@ static ControlProtocolDescriptor osc_descriptor = {
destroy : delete_osc_protocol
};
extern "C" LIBCONTROLCP_API ControlProtocolDescriptor* protocol_descriptor () { return &osc_descriptor; }
extern "C" ARDOURSURFACE_API ControlProtocolDescriptor* protocol_descriptor () { return &osc_descriptor; }