13
0

make another note about win32 C++ sym name demangling

git-svn-id: svn://localhost/ardour2/branches/3.0@6776 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2010-03-19 13:34:25 +00:00
parent f36bd6993f
commit 587021ac0b

View File

@ -44,6 +44,7 @@ namespace PBD
/* Note: on win32, you can use UnDecorateSymbolName.
See http://msdn.microsoft.com/en-us/library/ms681400%28VS.85%29.aspx
See also: http://msdn.microsoft.com/en-us/library/ms680344%28VS.85%29.aspx
*/
return typeid(obj).name();