Added msvcr*.dll to windows runtime folding of module names

This commit is contained in:
Latif Khalifa
2013-10-17 11:00:27 +02:00
parent 6fe7fac922
commit 03c3f4c39d

View File

@@ -265,7 +265,7 @@ class CrashReport
{
$f->module = "llcommon";
}
else if (preg_match("/(kernel|ntdll).*\\.dll/i", $f->module))
else if (preg_match("/(kernel|ntdll|msvcr).*\\.dll/i", $f->module))
{
$f->module = "windows-runtime";
} else if (preg_match("/libc.*\\.so/i", $f->module))