summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_dll.vsprops
diff options
context:
space:
mode:
authorcpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-12 23:05:10 +0000
committercpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-12 23:05:10 +0000
commite3875f053e3b0aa977a324b39644f61cbd85ded7 (patch)
tree917a0b549da031cdf2e848786f62a7587bf5add6 /chrome/app/chrome_dll.vsprops
parentb949f1110dea9e220706cbe72ede4118d78308f0 (diff)
downloadchromium_src-e3875f053e3b0aa977a324b39644f61cbd85ded7.zip
chromium_src-e3875f053e3b0aa977a324b39644f61cbd85ded7.tar.gz
chromium_src-e3875f053e3b0aa977a324b39644f61cbd85ded7.tar.bz2
Make ws2_32.dll delay load again
- In r13569 I removed it from delay load in using_libxml.vsprops - Here I put it back in a more logical place BUG=10012 TBR=maruel Review URL: http://codereview.chromium.org/67073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13574 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.vsprops')
-rw-r--r--chrome/app/chrome_dll.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.vsprops b/chrome/app/chrome_dll.vsprops
index be5bb84..b79ab66 100644
--- a/chrome/app/chrome_dll.vsprops
+++ b/chrome/app/chrome_dll.vsprops
@@ -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"
/>