зеркало из https://github.com/mozilla/gecko-dev.git
Bug 843770. r=rstrong
This commit is contained in:
Родитель
681f48d68e
Коммит
105bb95c15
|
@ -12,6 +12,10 @@ struct AutoLoadSystemDependencies
|
|||
{
|
||||
AutoLoadSystemDependencies()
|
||||
{
|
||||
// Remove the current directory from the search path for dynamically loaded
|
||||
// DLLs as a precaution. This call has no effect for delay load DLLs.
|
||||
SetDllDirectory(L"");
|
||||
|
||||
static LPCWSTR delayDLLs[] = { L"wsock32.dll", L"crypt32.dll",
|
||||
L"cryptsp.dll", L"cryptbase.dll",
|
||||
L"msasn1.dll", L"userenv.dll",
|
||||
|
|
Загрузка…
Ссылка в новой задаче