Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4115)

Unified Diff: chrome/app/chrome_dll.vsprops

Issue 67073: Make ws2_32.dll delay load again... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/chrome.dll.deps ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chrome_dll.vsprops
===================================================================
--- chrome/app/chrome_dll.vsprops (revision 13571)
+++ chrome/app/chrome_dll.vsprops (working copy)
@@ -11,7 +11,7 @@
/>
<Tool
Name="VCLinkerTool"
- DelayLoadDLLs="crypt32.dll;cryptui.dll;winhttp.dll;wininet.dll;wsock32.dll;winspool.drv;comdlg32.dll;imagehlp.dll;psapi.dll;urlmon.dll;imm32.dll"
+ DelayLoadDLLs="crypt32.dll;cryptui.dll;winhttp.dll;wininet.dll;wsock32.dll;ws2_32.dll;winspool.drv;comdlg32.dll;imagehlp.dll;psapi.dll;urlmon.dll;imm32.dll"
ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
BaseAddress="0x01c30000"
/>
« no previous file with comments | « chrome/app/chrome.dll.deps ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698