зеркало из https://github.com/mozilla/gecko-dev.git
fixes bug 212336 "NTLM authenticator cannot be loaded under Win9x (security.dll not found)" r=dougt sr=alecf
This commit is contained in:
Родитель
a6ec3480e3
Коммит
400d2e3f35
|
@ -171,9 +171,9 @@ nsHttpNTLMAuth::Init()
|
|||
|
||||
PSecurityFunctionTable (*initFun)(void);
|
||||
|
||||
gLib = LoadLibrary("security.dll");
|
||||
gLib = LoadLibrary("secur32.dll");
|
||||
if (!gLib) {
|
||||
NS_ERROR("security.dll load failed");
|
||||
NS_ERROR("failed to load secur32.dll");
|
||||
return NS_ERROR_UNEXPECTED;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче