'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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user