mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
CORRECT template export macros for libpbd
This commit is contained in:
parent
19ab0fddef
commit
9526fef902
1 changed files with 2 additions and 2 deletions
|
|
@ -40,10 +40,10 @@
|
||||||
#else
|
#else
|
||||||
#ifdef LIBPBD_DLL_EXPORTS // defined if we are building the libpbd DLL (instead of using it)
|
#ifdef LIBPBD_DLL_EXPORTS // defined if we are building the libpbd DLL (instead of using it)
|
||||||
#define LIBPBD_API LIBPBD_DLL_EXPORT
|
#define LIBPBD_API LIBPBD_DLL_EXPORT
|
||||||
#define LIBEVORAL_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_EXPORT
|
#define LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_EXPORT
|
||||||
#else
|
#else
|
||||||
#define LIBPBD_API LIBPBD_DLL_IMPORT
|
#define LIBPBD_API LIBPBD_DLL_IMPORT
|
||||||
#define LIBEVORAL_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_IMPORT
|
#define LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_IMPORT
|
||||||
#endif
|
#endif
|
||||||
#define LIBPBD_LOCAL LIBPBD_DLL_LOCAL
|
#define LIBPBD_LOCAL LIBPBD_DLL_LOCAL
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue