[Exception] Still show a messagebox with the error message

This commit is contained in:
momo5502 2017-02-15 13:27:29 +01:00
parent 2aa8044ec3
commit 1d9455891e

View File

@ -78,6 +78,8 @@ namespace Components
}
}*/
MessageBoxA(nullptr, errorStr, "ERROR", MB_ICONERROR);
if (doFullDump)
{
Exception::SetMiniDumpType(true, false);