diff --git a/other-licenses/7zstub/firefox/7zSD.sfx b/other-licenses/7zstub/firefox/7zSD.sfx index 872d193a3f2..9864019ae7e 100644 Binary files a/other-licenses/7zstub/firefox/7zSD.sfx and b/other-licenses/7zstub/firefox/7zSD.sfx differ diff --git a/other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/Main.cpp b/other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/Main.cpp index 5d5499c79b9..2f270fa33d6 100644 --- a/other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/Main.cpp +++ b/other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/Main.cpp @@ -141,7 +141,7 @@ struct AutoLoadSystemDependencies { AutoLoadSystemDependencies() { - static LPCWSTR delayDLLs[] = { L"dwmapi.dll" }; + static LPCWSTR delayDLLs[] = { L"dwmapi.dll", L"cryptbase.dll" }; WCHAR systemDirectory[MAX_PATH + 1] = { L'\0' }; // If GetSystemDirectory fails we accept that we'll load the DLLs from the // normal search path.