Add a couple of visibility specifiers that were missing
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 8 Mar 2014 11:29:52 +0000 (11:29 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 8 Mar 2014 11:29:52 +0000 (11:29 +0000)
libs/pbd/pbd/search_path.h
libs/pbd/pbd/windows_special_dirs.h

index 2ccd9bf0eeab9e32c7fb1e0871152b4277ab5acc..e4c6c078478bc478f190fb2a484108c31bf01d71 100644 (file)
@@ -110,7 +110,7 @@ protected:
        LIBPBD_TEMPLATE_MEMBER_API void add_directories (const std::vector<std::string>& paths);
 };
 
-void export_search_path (const std::string& base_dir, const char* varname, const char* dir);
+LIBPBD_API void export_search_path (const std::string& base_dir, const char* varname, const char* dir);
 
 
 } // namespace PBD
index b77b8c7945f11530ae998834e63a3538449ff182..b0c6f65bc7806737908290a14e8e690ba544b917 100644 (file)
@@ -21,7 +21,7 @@
 #define __libpbd_windows_special_dirs_h__
 
 namespace PBD {
-       char * get_win_special_folder (int csidl);
+       LIBPBD_API char * get_win_special_folder (int csidl);
 }
 
 #endif /* __libpbd_windows_special_dirs_h__ */