mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
make a note about win32 C++ sym name demangling
git-svn-id: svn://localhost/ardour2/branches/3.0@6775 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f0748535a5
commit
f36bd6993f
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ namespace PBD
|
|||
return s;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Note: on win32, you can use UnDecorateSymbolName.
|
||||
See http://msdn.microsoft.com/en-us/library/ms681400%28VS.85%29.aspx
|
||||
*/
|
||||
|
||||
return typeid(obj).name();
|
||||
}
|
||||
} // namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue