Fix source-code visibility comments

This commit is contained in:
Robin Gareus 2025-12-13 20:14:05 +01:00
parent c52e8b7dc7
commit c9b4b94466
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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