ardour
Macros
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

#define LIBARDOUR_API   LIBARDOUR_DLL_IMPORT

Definition at line 40 of file libardour_visibility.h.

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

Definition at line 29 of file libardour_visibility.h.

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

Definition at line 28 of file libardour_visibility.h.

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

Definition at line 30 of file libardour_visibility.h.

#define LIBARDOUR_LOCAL   LIBARDOUR_DLL_LOCAL

Definition at line 42 of file libardour_visibility.h.