Skip to content

Commit

Permalink
Bug 883165 - Windows installer only. r=bbondy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Strong committed Jun 14, 2013
1 parent 0499d1b commit 1dfc0a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified other-licenses/7zstub/firefox/7zSD.sfx
Binary file not shown.
4 changes: 3 additions & 1 deletion other-licenses/7zstub/src/7zip/Bundles/SFXSetup-moz/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ struct AutoLoadSystemDependencies
{
AutoLoadSystemDependencies()
{
static LPCWSTR delayDLLs[] = { L"dwmapi.dll", L"cryptbase.dll", L"SHCore.dll", L"uxtheme.dll" };
static LPCWSTR delayDLLs[] = { L"dwmapi.dll", L"cryptbase.dll",
L"SHCore.dll", L"uxtheme.dll",
L"oleacc.dll", L"apphelp.dll" };
WCHAR systemDirectory[MAX_PATH + 1] = { L'\0' };
// If GetSystemDirectory fails we accept that we'll load the DLLs from the
// normal search path.
Expand Down

0 comments on commit 1dfc0a0

Please sign in to comment.