This commit is contained in:
Brian R. Bondy 2013-02-28 16:12:51 -05:00
Родитель 681f48d68e
Коммит 105bb95c15
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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",