Bug 1123778 - Block Lenovo Onekey Theater DLLs. r=bsmedberg

This commit is contained in:
David Major 2015-01-21 18:52:00 -05:00
parent 3402e21567
commit 4283c03b52

View File

@ -159,6 +159,12 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Crashes with DesktopTemperature, bug 1046382
{ "dtwxsvc.dll", 0x53153234, DllBlockInfo::USE_TIMESTAMP },
// Startup crashes with Lenovo Onekey Theater, bug 1123778
{ "activedetect32.dll", UNVERSIONED },
{ "activedetect64.dll", UNVERSIONED },
{ "windowsapihookdll32.dll", UNVERSIONED },
{ "windowsapihookdll64.dll", UNVERSIONED },
{ nullptr, 0 }
};