Ardour  8.7-11-g2d99ff9703
ctrl-interface/control_protocol/control_protocol/visibility.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBCONTROLCP_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBCONTROLCP_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBCONTROLCP_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBCONTROLCP_API   LIBCONTROLCP_DLL_IMPORT
 
#define LIBCONTROLCP_LOCAL   LIBCONTROLCP_DLL_LOCAL
 
#define ARDOURSURFACE_API   LIBCONTROLCP_DLL_IMPORT
 
#define ARDOURSURFACE_LOCAL   LIBCONTROLCP_DLL_LOCAL
 

Macro Definition Documentation

◆ ARDOURSURFACE_API

#define ARDOURSURFACE_API   LIBCONTROLCP_DLL_IMPORT

◆ ARDOURSURFACE_LOCAL

#define ARDOURSURFACE_LOCAL   LIBCONTROLCP_DLL_LOCAL

◆ LIBCONTROLCP_API

#define LIBCONTROLCP_API   LIBCONTROLCP_DLL_IMPORT

◆ LIBCONTROLCP_DLL_EXPORT

#define LIBCONTROLCP_DLL_EXPORT   __attribute__ ((visibility ("default")))

◆ LIBCONTROLCP_DLL_IMPORT

#define LIBCONTROLCP_DLL_IMPORT   __attribute__ ((visibility ("default")))

◆ LIBCONTROLCP_DLL_LOCAL

#define LIBCONTROLCP_DLL_LOCAL   __attribute__ ((visibility ("hidden")))

◆ LIBCONTROLCP_LOCAL

#define LIBCONTROLCP_LOCAL   LIBCONTROLCP_DLL_LOCAL