From 7d9069032e59c0b6c5fffd9613b6cdbb3db3df84 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Aug 2015 17:15:53 +0100 Subject: [PATCH] Add support for building the new 'ptformat' library with MSVC --- MSVCardour3/Ardour3.vcproj | 10 +++++++--- libs/ptformat/ptfformat.h | 4 +++- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/MSVCardour3/Ardour3.vcproj b/MSVCardour3/Ardour3.vcproj index 10ae1a085a..dd2eb3a522 100644 --- a/MSVCardour3/Ardour3.vcproj +++ b/MSVCardour3/Ardour3.vcproj @@ -63,7 +63,7 @@ /> + + diff --git a/libs/ptformat/ptfformat.h b/libs/ptformat/ptfformat.h index ff21191932..be7076dbfd 100644 --- a/libs/ptformat/ptfformat.h +++ b/libs/ptformat/ptfformat.h @@ -20,7 +20,9 @@ #include #include -class PTFFormat { +#include "ptformat/visibility.h" + +class LIBPTFORMAT_API PTFFormat { public: PTFFormat(); ~PTFFormat();