From: Paul Davis Date: Fri, 19 Mar 2010 13:34:25 +0000 (+0000) Subject: make another note about win32 C++ sym name demangling X-Git-Tag: 3.0-alpha5~2312 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=587021ac0b63897d9b984d01b62b5dbb8514dd4f;p=ardour.git make another note about win32 C++ sym name demangling git-svn-id: svn://localhost/ardour2/branches/3.0@6776 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/libs/pbd/pbd/demangle.h b/libs/pbd/pbd/demangle.h index 5e6f2a1b56..45cd9090ec 100644 --- a/libs/pbd/pbd/demangle.h +++ b/libs/pbd/pbd/demangle.h @@ -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();