mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
'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)
This commit is contained in:
parent
b855e5f322
commit
6bd36896e7
36 changed files with 166 additions and 153 deletions
|
|
@ -106,7 +106,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
|||
#else
|
||||
|
||||
std::string
|
||||
demangle (std::string const & l)
|
||||
/* JE - !!!! 'PBD' namespace might possibly get removed (except it's still used in 'libs/canvas/item.cc') */PBD::demangle (std::string const & l)
|
||||
{
|
||||
return std::string();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue