bug 830134. r=rstrong

This commit is contained in:
Brian R. Bondy 2013-02-28 10:05:45 -05:00
parent 51e455e2ac
commit a177984e04

View File

@ -12,7 +12,11 @@ struct AutoLoadSystemDependencies
{
AutoLoadSystemDependencies()
{
static LPCWSTR delayDLLs[] = { L"wsock32.dll", L"crypt32.dll" };
static LPCWSTR delayDLLs[] = { L"wsock32.dll", L"crypt32.dll",
L"cryptsp.dll", L"cryptbase.dll",
L"msasn1.dll", L"userenv.dll",
L"secur32.dll" };
WCHAR systemDirectory[MAX_PATH + 1] = { L'\0' };
// If GetSystemDirectory fails we accept that we'll load the DLLs from the
// normal search path.