Ardour  8.7-15-gadf511264b
zresampler_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 LIBZRESAMPLER_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBZRESAMPLER_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBZRESAMPLER_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBZRESAMPLER_API   LIBZRESAMPLER_DLL_IMPORT
 
#define LIBZRESAMPLER_TEMPLATE_API   LIBZRESAMPLER_TEMPLATE_DLL_IMPORT
 
#define LIBZRESAMPLER_TEMPLATE_MEMBER_API   LIBZRESAMPLER_TEMPLATE_MEMBER_DLL_IMPORT
 
#define LIBZRESAMPLER_LOCAL   LIBZRESAMPLER_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBZRESAMPLER_API

#define LIBZRESAMPLER_API   LIBZRESAMPLER_DLL_IMPORT

Definition at line 25 of file zresampler_visibility.h.

◆ LIBZRESAMPLER_DLL_EXPORT

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

Definition at line 10 of file zresampler_visibility.h.

◆ LIBZRESAMPLER_DLL_IMPORT

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

Definition at line 9 of file zresampler_visibility.h.

◆ LIBZRESAMPLER_DLL_LOCAL

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

Definition at line 11 of file zresampler_visibility.h.

◆ LIBZRESAMPLER_LOCAL

#define LIBZRESAMPLER_LOCAL   LIBZRESAMPLER_DLL_LOCAL

Definition at line 29 of file zresampler_visibility.h.

◆ LIBZRESAMPLER_TEMPLATE_API

#define LIBZRESAMPLER_TEMPLATE_API   LIBZRESAMPLER_TEMPLATE_DLL_IMPORT

Definition at line 26 of file zresampler_visibility.h.

◆ LIBZRESAMPLER_TEMPLATE_MEMBER_API

#define LIBZRESAMPLER_TEMPLATE_MEMBER_API   LIBZRESAMPLER_TEMPLATE_MEMBER_DLL_IMPORT

Definition at line 27 of file zresampler_visibility.h.