Bug 1385542 - Blocklist pghook.dll as it causes crashes. r=jimm
--- a/mozglue/build/WindowsDllBlocklist.cpp
+++ b/mozglue/build/WindowsDllBlocklist.cpp
@@ -252,16 +252,19 @@ static const DllBlockInfo sWindowsDllBlo
{ "nahimicmsidevprops.dll", UNVERSIONED },
// Bug 1268470 - crashes with Kaspersky Lab on Windows 8
{ "klsihk64.dll", MAKE_VERSION(14, 0, 456, 0xffff), DllBlockInfo::BLOCK_WIN8_ONLY },
// Bug 1407337, crashes with OpenSC < 0.16.0
{ "onepin-opensc-pkcs11.dll", MAKE_VERSION(0, 15, 0xffff, 0xffff) },
+ // Avecto Privilege Guard causes crashes, bug 1385542
+ { "pghook.dll", ALL_VERSIONS },
+
{ nullptr, 0 }
};
#ifndef STATUS_DLL_NOT_FOUND
#define STATUS_DLL_NOT_FOUND ((DWORD)0xC0000135L)
#endif
// define this for very verbose dll load debug spew