diff --git a/src/msw/crashrpt.cpp b/src/msw/crashrpt.cpp index 9871cc0c41..eaccaeafce 100644 --- a/src/msw/crashrpt.cpp +++ b/src/msw/crashrpt.cpp @@ -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 */) )