undecorate C++ names if possible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-07-19 14:15:56 +00:00
parent 261a714b67
commit 96f32e187b

View File

@@ -1020,7 +1020,7 @@ bool wxCrashReportImpl::Generate(int flags)
{
if ( ResolveSymFunctions(dllDbgHelp) )
{
SymSetOptions(SYMOPT_DEFERRED_LOADS);
SymSetOptions(SYMOPT_DEFERRED_LOADS | SYMOPT_UNDNAME);
// Initialize DbgHelp
if ( SymInitialize(GetCurrentProcess(), NULL, TRUE /* invade */) )