mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1222819 - Add Orbit Downloader .dlls to Windows blocklist. r=aklotz
This commit is contained in:
parent
be6581e034
commit
7e54372bd4
@ -183,6 +183,10 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
||||
// NetOp School, discontinued product, bug 763395
|
||||
{ "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
|
||||
|
||||
// Orbit Downloader, bug 1222819
|
||||
{ "grabdll.dll", MAKE_VERSION(2, 6, 1, 0) },
|
||||
{ "grabkernel.dll", MAKE_VERSION(1, 0, 0, 1) },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user