mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205987 - Add freecorder dll to Windows blocklist. r=dmajor
CLOSED TREE
This commit is contained in:
parent
1831e0db94
commit
3309856eb1
@ -182,6 +182,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
||||
|
||||
// NetOp School, discontinued product, bug 763395
|
||||
{ "nlsp.dll", MAKE_VERSION(6, 23, 2012, 19) },
|
||||
|
||||
// Startup crashes with Freecorder dll, bug 1205987
|
||||
{ "flvsrvlib.dll", MAKE_VERSION(1, 0, 0, 0) },
|
||||
|
||||
{ nullptr, 0 }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user