Ardour  9.0-pre0-582-g084a23a80d
libardour_visibility.h File Reference

Go to the source code of this file.

Macros

#define LIBARDOUR_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBARDOUR_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBARDOUR_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBARDOUR_API   LIBARDOUR_DLL_IMPORT
 
#define LIBARDOUR_LOCAL   LIBARDOUR_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBARDOUR_API

#define LIBARDOUR_API   LIBARDOUR_DLL_IMPORT

Definition at line 38 of file libardour_visibility.h.

◆ LIBARDOUR_DLL_EXPORT

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

Definition at line 27 of file libardour_visibility.h.

◆ LIBARDOUR_DLL_IMPORT

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

Definition at line 26 of file libardour_visibility.h.

◆ LIBARDOUR_DLL_LOCAL

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

Definition at line 28 of file libardour_visibility.h.

◆ LIBARDOUR_LOCAL

#define LIBARDOUR_LOCAL   LIBARDOUR_DLL_LOCAL

Definition at line 40 of file libardour_visibility.h.