ardour
Macros
visibility.h File Reference

Go to the source code of this file.

Macros

#define LIBEVORAL_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBEVORAL_TEMPLATE_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_TEMPLATE_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBEVORAL_API   LIBEVORAL_DLL_IMPORT
 
#define LIBEVORAL_TEMPLATE_API   LIBEVORAL_TEMPLATE_DLL_IMPORT
 
#define LIBEVORAL_LOCAL   LIBEVORAL_DLL_LOCAL
 

Macro Definition Documentation

#define LIBEVORAL_API   LIBEVORAL_DLL_IMPORT

Definition at line 45 of file visibility.h.

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

Definition at line 31 of file visibility.h.

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

Definition at line 30 of file visibility.h.

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

Definition at line 32 of file visibility.h.

#define LIBEVORAL_LOCAL   LIBEVORAL_DLL_LOCAL

Definition at line 48 of file visibility.h.

#define LIBEVORAL_TEMPLATE_API   LIBEVORAL_TEMPLATE_DLL_IMPORT

Definition at line 46 of file visibility.h.

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

Definition at line 34 of file visibility.h.

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

Definition at line 33 of file visibility.h.