mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 904001 - Blocklist the old Relevant Knowledge DLLs; r=vlad
This commit is contained in:
parent
4d37e4561b
commit
bb99d7ba18
@ -125,6 +125,12 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
|
||||
// Windows Media Foundation FLAC decoder and type sniffer (bug 839031).
|
||||
{ "mfflac.dll", ALL_VERSIONS },
|
||||
|
||||
// Older Relevant Knowledge DLLs cause us to crash (bug 904001).
|
||||
{ "rlnx.dll", MAKE_VERSION(1, 3, 334, 9) },
|
||||
{ "pmnx.dll", MAKE_VERSION(1, 3, 334, 9) },
|
||||
{ "opnx.dll", MAKE_VERSION(1, 3, 334, 9) },
|
||||
{ "prnx.dll", MAKE_VERSION(1, 3, 334, 9) },
|
||||
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user