X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c43507b0fed02bf204b524b953ce7c9794ed250f..5a5cdd31422f343cf0b606558a7ad559fdbd1dd0:/src/msw/main.cpp diff --git a/src/msw/main.cpp b/src/msw/main.cpp index 7abc2842de..ef89ba1061 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -185,7 +185,7 @@ bool wxHandleFatalExceptions(bool doit) wxString name = wxString::Format ( _T("%s_%s_%lu.dmp"), - wxTheApp ? wxTheApp->GetAppName().c_str() + wxTheApp ? (const wxChar*)wxTheApp->GetAppName().c_str() : _T("wxwindows"), wxDateTime::Now().Format(_T("%Y%m%dT%H%M%S")).c_str(), ::GetCurrentProcessId()