summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/windows_special_dirs.h
AgeCommit message (Collapse)Author
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
Rename it get_win_special_folder_path to indicate what it is returning Move documentation for the function into the header and use doxygen style comments. Fixes a couple of memory leaks in ArdourVideoToolPaths class although it looks as if there are more.
2014-03-09add missing include to define LIBPBD_API (mingw build)Robin Gareus
2014-03-08Add a couple of visibility specifiers that were missingJohn Emmas
2014-03-02remove fallback_folders code, add simpler more focused get_vst_search_path() ↵Paul Davis
and breakout get_win_special_folder() into its own file