mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Windows (compiler specific) includes for libpbd
This commit is contained in:
parent
e4ab2ffbfb
commit
7b480eaa27
14 changed files with 78 additions and 6 deletions
|
|
@ -36,7 +36,7 @@ using std::vector;
|
|||
string
|
||||
PBD::canonical_path (const std::string& path)
|
||||
{
|
||||
#ifdef WIN32
|
||||
#ifdef COMPILER_MINGW
|
||||
return path;
|
||||
#endif
|
||||
char buf[PATH_MAX+1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue