From 4283c03b52305f0690c952773ac8ea457c82ec91 Mon Sep 17 00:00:00 2001 From: David Major Date: Wed, 21 Jan 2015 18:52:00 -0500 Subject: [PATCH] Bug 1123778 - Block Lenovo Onekey Theater DLLs. r=bsmedberg --- mozglue/build/WindowsDllBlocklist.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mozglue/build/WindowsDllBlocklist.cpp b/mozglue/build/WindowsDllBlocklist.cpp index d16f44fdaa38..4ce958fdca08 100644 --- a/mozglue/build/WindowsDllBlocklist.cpp +++ b/mozglue/build/WindowsDllBlocklist.cpp @@ -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 } };