Ardour  8.7-15-gadf511264b
zconvolver_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 LIBZCONVOLVER_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBZCONVOLVER_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBZCONVOLVER_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBZCONVOLVER_API   LIBZCONVOLVER_DLL_IMPORT
 
#define LIBZCONVOLVER_TEMPLATE_API   LIBZCONVOLVER_TEMPLATE_DLL_IMPORT
 
#define LIBZCONVOLVER_TEMPLATE_MEMBER_API   LIBZCONVOLVER_TEMPLATE_MEMBER_DLL_IMPORT
 
#define LIBZCONVOLVER_LOCAL   LIBZCONVOLVER_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBZCONVOLVER_API

#define LIBZCONVOLVER_API   LIBZCONVOLVER_DLL_IMPORT

Definition at line 25 of file zconvolver_visibility.h.

◆ LIBZCONVOLVER_DLL_EXPORT

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

Definition at line 10 of file zconvolver_visibility.h.

◆ LIBZCONVOLVER_DLL_IMPORT

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

Definition at line 9 of file zconvolver_visibility.h.

◆ LIBZCONVOLVER_DLL_LOCAL

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

Definition at line 11 of file zconvolver_visibility.h.

◆ LIBZCONVOLVER_LOCAL

#define LIBZCONVOLVER_LOCAL   LIBZCONVOLVER_DLL_LOCAL

Definition at line 29 of file zconvolver_visibility.h.

◆ LIBZCONVOLVER_TEMPLATE_API

#define LIBZCONVOLVER_TEMPLATE_API   LIBZCONVOLVER_TEMPLATE_DLL_IMPORT

Definition at line 26 of file zconvolver_visibility.h.

◆ LIBZCONVOLVER_TEMPLATE_MEMBER_API

#define LIBZCONVOLVER_TEMPLATE_MEMBER_API   LIBZCONVOLVER_TEMPLATE_MEMBER_DLL_IMPORT

Definition at line 27 of file zconvolver_visibility.h.