From cc6662701ee379d4f888cb5b9acee169ea9b6af8 Mon Sep 17 00:00:00 2001 From: Anthony Tseng Date: Sat, 14 Jan 2017 16:51:39 +0800 Subject: [PATCH] Fix exception of couldn't delay loading ole32.dll fix https://github.com/brave/browser-laptop/issues/6522 Auditors: @bbondy, @bridiver, @bsclifton (summon three Brian in a row) --- app/win/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/app/win/BUILD.gn b/app/win/BUILD.gn index a8c9ab847..a65f80cef 100644 --- a/app/win/BUILD.gn +++ b/app/win/BUILD.gn @@ -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",