diff options
author | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-12 23:05:10 +0000 |
---|---|---|
committer | cpu@google.com <cpu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-12 23:05:10 +0000 |
commit | e3875f053e3b0aa977a324b39644f61cbd85ded7 (patch) | |
tree | 917a0b549da031cdf2e848786f62a7587bf5add6 /chrome/app/chrome.dll.deps | |
parent | b949f1110dea9e220706cbe72ede4118d78308f0 (diff) | |
download | chromium_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.deps')
-rw-r--r-- | chrome/app/chrome.dll.deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome.dll.deps b/chrome/app/chrome.dll.deps index d806ce9..afb5710 100644 --- a/chrome/app/chrome.dll.deps +++ b/chrome/app/chrome.dll.deps @@ -16,7 +16,6 @@ dependents = [ 'OLEACC.dll', 'secur32.dll', 't2embed.dll', - 'WS2_32.dll', ] delay_loaded = [ @@ -25,6 +24,7 @@ delay_loaded = [ 'CRYPT32.dll', 'WINHTTP.dll', 'WININET.dll', + 'WS2_32.dll', 'PSAPI.DLL', 'dwmapi.dll', 'COMDLG32.dll', |