summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ardour.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-01-14 10:13:12 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-01-14 16:47:27 +0000
commit10a4b2d3eda15101d527249ad799c93bb1097d52 (patch)
treef18f9ca8eea4ddb047b8379a56f93f19596eda1d /libs/ardour/ardour/ardour.h
parentcf806123ca5faaef483f898daba3f7bd38ec62eb (diff)
'libs/ardour' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date)
Diffstat (limited to 'libs/ardour/ardour/ardour.h')
-rw-r--r--libs/ardour/ardour/ardour.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/ardour/ardour/ardour.h b/libs/ardour/ardour/ardour.h
index 90a6272fac..5e747f5665 100644
--- a/libs/ardour/ardour/ardour.h
+++ b/libs/ardour/ardour/ardour.h
@@ -49,8 +49,8 @@ namespace ARDOUR {
class AudioEngine;
- LIBARDOUR_API extern PBD::Signal1<void,std::string> BootMessage;
- LIBARDOUR_API extern PBD::Signal0<void> GUIIdle;
+ extern LIBARDOUR_API PBD::Signal1<void,std::string> BootMessage;
+ extern LIBARDOUR_API PBD::Signal0<void> GUIIdle;
/**
* @param with_vst true to enable VST Support
@@ -66,9 +66,9 @@ namespace ARDOUR {
LIBARDOUR_API bool no_auto_connect ();
LIBARDOUR_API void make_property_quarks ();
- LIBARDOUR_API extern PBD::PropertyChange bounds_change;
+ extern LIBARDOUR_API PBD::PropertyChange bounds_change;
- LIBARDOUR_API extern const char* const ardour_config_info;
+ extern /*LIBARDOUR_API*/ const char* const ardour_config_info;
LIBARDOUR_API void find_bindings_files (std::map<std::string,std::string>&);