make another note about win32 C++ sym name demangling
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 19 Mar 2010 13:34:25 +0000 (13:34 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 19 Mar 2010 13:34:25 +0000 (13:34 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6776 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/pbd/demangle.h

index 5e6f2a1b5666206ddd24a5a58ee9ad40e6e6706d..45cd9090ec9476aeecdcf059d215cc992dcbfbe6 100644 (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();