From 6bd36896e7d5ab9d80a2be5fd2d097fdd4680b13 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 1 Dec 2013 14:26:08 +0000 Subject: 'libs/pbd' - 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) --- libs/pbd/pbd/pathexpand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/pbd/pbd/pathexpand.h') diff --git a/libs/pbd/pbd/pathexpand.h b/libs/pbd/pbd/pathexpand.h index 5f1c03f8ee..5c5d4cf772 100644 --- a/libs/pbd/pbd/pathexpand.h +++ b/libs/pbd/pbd/pathexpand.h @@ -24,6 +24,7 @@ #include "pbd/libpbd_visibility.h" namespace PBD { + LIBPBD_API std::string canonical_path (const std::string& path); LIBPBD_API std::string path_expand (std::string path); LIBPBD_API std::string search_path_expand (std::string path); } -- cgit v1.2.3