REALLY CORRECT template export macros for libpbd
This commit is contained in:
parent
c1a540f34e
commit
dbd89ed49d
@ -40,10 +40,10 @@
|
||||
#else
|
||||
#ifdef LIBPBD_DLL_EXPORTS // defined if we are building the libpbd DLL (instead of using it)
|
||||
#define LIBPBD_API LIBPBD_DLL_EXPORT
|
||||
#define LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_EXPORT
|
||||
#define LIBPBD_TEMPLATE_API LIBPBD_TEMPLATE_DLL_EXPORT
|
||||
#else
|
||||
#define LIBPBD_API LIBPBD_DLL_IMPORT
|
||||
#define LIBPBD_TEMPLATE_API LIBEVORAL_TEMPLATE_DLL_IMPORT
|
||||
#define LIBPBD_TEMPLATE_API LIBPBD_TEMPLATE_DLL_IMPORT
|
||||
#endif
|
||||
#define LIBPBD_LOCAL LIBPBD_DLL_LOCAL
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user