Merge branch 'windows' of git.ardour.org:ardour/ardour into windows

This commit is contained in:
John Emmas 2013-07-17 18:15:51 +01:00
commit 5f15bc9f9f
54 changed files with 1284 additions and 821 deletions

View file

@ -38,7 +38,7 @@ PBD::canonical_path (const std::string& path)
{
#ifdef COMPILER_MINGW
return path;
#endif
#else
char buf[PATH_MAX+1];
if (!realpath (path.c_str(), buf) && (errno != ENOENT)) {
@ -46,6 +46,7 @@ PBD::canonical_path (const std::string& path)
}
return string (buf);
#endif
}
string