Fix source-code visibility comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user