mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 11:49:33 +01:00
Fix source-code visibility comments
This commit is contained in:
parent
c52e8b7dc7
commit
c9b4b94466
3 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#define LIBPBD_TEMPLATE_MEMBER_DLL_EXPORT
|
||||
#endif
|
||||
|
||||
#ifdef LIBPBD_STATIC // libpbd is a DLL
|
||||
#ifdef LIBPBD_STATIC // libpbd is not a DLL
|
||||
#define LIBPBD_API
|
||||
#define LIBPBD_LOCAL
|
||||
#define LIBPBD_TEMPLATE_API
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#define LIBZCONVOLVER_DLL_LOCAL __attribute__ ((visibility ("hidden")))
|
||||
#endif
|
||||
|
||||
#ifdef LIBZCONVOLVER_STATIC // libzita-convolver is a DLL
|
||||
#ifdef LIBZCONVOLVER_STATIC // libzita-convolver is not a DLL
|
||||
#define LIBZCONVOLVER_API
|
||||
#define LIBZCONVOLVER_LOCAL
|
||||
#define LIBZCONVOLVER_TEMPLATE_API
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
#define LIBZRESAMPLER_DLL_LOCAL __attribute__ ((visibility ("hidden")))
|
||||
#endif
|
||||
|
||||
#ifdef LIBZRESAMPLER_STATIC // libzita-resampler is a DLL
|
||||
#ifdef LIBZRESAMPLER_STATIC // libzita-resampler is not a DLL
|
||||
#define LIBZRESAMPLER_API
|
||||
#define LIBZRESAMPLER_LOCAL
|
||||
#define LIBZRESAMPLER_TEMPLATE_API
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue