mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123778 - Block Lenovo Onekey Theater DLLs. r=bsmedberg
This commit is contained in:
parent
3553ebb2b3
commit
24fa4a4b75
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user