Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Fix exception of couldn't delay loading ole32.dll
Browse files Browse the repository at this point in the history
fix brave/browser-laptop#6522

Auditors: @bbondy, @bridiver, @bsclifton (summon three Brian in a row)
  • Loading branch information
darkdh committed Jan 14, 2017
1 parent 5087785 commit cc66627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ executable("electron_app") {
ldflags = [
"/DELAYLOAD:dbghelp.dll",
"/DELAYLOAD:uxtheme.dll",
"/DELAYLOAD:ole32.dll",
"/DELAYLOAD:oleaut32.dll",
"/DELAYLOAD:comdlg32.dll",
"/DELAYLOAD:crypt32.dll",
Expand Down

0 comments on commit cc66627

Please sign in to comment.