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

Commit

Permalink
Merge pull request #143 from darkdh/6522
Browse files Browse the repository at this point in the history
Fix exception of couldn't delay loading ole32.dll
  • Loading branch information
bbondy authored Jan 15, 2017
2 parents 085589b + cc66627 commit d7a8374
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 d7a8374

Please sign in to comment.