summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/visibility.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-03-21 18:57:36 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-03-21 18:57:36 +0000
commit34ebb682a4ecbe212d2e57e651622429331c7274 (patch)
tree9cc06f8877134e0dafc628bd2694c074ecffc866 /libs/evoral/evoral/visibility.h
parentabab819bb361efc71a090650570f08bf5495c826 (diff)
Minor visibility changes to libevoral (template objects can be exported in libevoral because they're always instantiated in the actual DLL).
Diffstat (limited to 'libs/evoral/evoral/visibility.h')
-rw-r--r--libs/evoral/evoral/visibility.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/evoral/evoral/visibility.h b/libs/evoral/evoral/visibility.h
index 7f4a898875..dd4fe1ff64 100644
--- a/libs/evoral/evoral/visibility.h
+++ b/libs/evoral/evoral/visibility.h
@@ -24,8 +24,8 @@
#define LIBEVORAL_DLL_IMPORT __declspec(dllimport)
#define LIBEVORAL_DLL_EXPORT __declspec(dllexport)
#define LIBEVORAL_DLL_LOCAL
- #define LIBEVORAL_TEMPLATE_DLL_IMPORT
- #define LIBEVORAL_TEMPLATE_DLL_EXPORT
+ #define LIBEVORAL_TEMPLATE_DLL_IMPORT __declspec(dllimport)
+ #define LIBEVORAL_TEMPLATE_DLL_EXPORT __declspec(dllexport)
#else
#define LIBEVORAL_DLL_IMPORT __attribute__ ((visibility ("default")))
#define LIBEVORAL_DLL_EXPORT __attribute__ ((visibility ("default")))