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:
@@ -1020,7 +1020,7 @@ bool wxCrashReportImpl::Generate(int flags)
|
|||||||
{
|
{
|
||||||
if ( ResolveSymFunctions(dllDbgHelp) )
|
if ( ResolveSymFunctions(dllDbgHelp) )
|
||||||
{
|
{
|
||||||
SymSetOptions(SYMOPT_DEFERRED_LOADS);
|
SymSetOptions(SYMOPT_DEFERRED_LOADS | SYMOPT_UNDNAME);
|
||||||
|
|
||||||
// Initialize DbgHelp
|
// Initialize DbgHelp
|
||||||
if ( SymInitialize(GetCurrentProcess(), NULL, TRUE /* invade */) )
|
if ( SymInitialize(GetCurrentProcess(), NULL, TRUE /* invade */) )
|
||||||
|
Reference in New Issue
Block a user