Bug 1046382 - Blocklist dtwxsvc.dll. r=bsmedberg

--HG--
extra : rebase_source : 007867f3df7090bf67dcadeeac6f4ec422e16ac5
This commit is contained in:
David Major 2014-09-18 14:27:11 +12:00
parent 2038ab05e3
commit dd046c050e

View File

@ -156,6 +156,9 @@ static DllBlockInfo sWindowsDllBlocklist[] = {
// Crashes with RoboForm2Go written against old SDK, bug 988311
{ "rf-firefox-22.dll", ALL_VERSIONS },
// Crashes with DesktopTemperature, bug 1046382
{ "dtwxsvc.dll", 0x53153234, DllBlockInfo::USE_TIMESTAMP },
{ nullptr, 0 }
};