mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1356637 - Blocklist a Nahimic DLL which is causing app update problems. r=bsmedberg
MozReview-Commit-ID: D9iEcuTMNRx --HG-- extra : rebase_source : 9eb1fafa297b6cc4e1fff20344fcb1c3c1092e3d
This commit is contained in:
parent
751978af3e
commit
bf294679d0
@ -234,6 +234,9 @@ static const DllBlockInfo sWindowsDllBlocklist[] = {
|
|||||||
{ "idmcchandler7.dll", ALL_VERSIONS },
|
{ "idmcchandler7.dll", ALL_VERSIONS },
|
||||||
{ "idmcchandler7_64.dll", ALL_VERSIONS },
|
{ "idmcchandler7_64.dll", ALL_VERSIONS },
|
||||||
|
|
||||||
|
// Nahimic 2 breaks applicaton update (bug 1356637)
|
||||||
|
{ "nahimic2devprops.dll", ALL_VERSIONS },
|
||||||
|
|
||||||
{ nullptr, 0 }
|
{ nullptr, 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user