diff options
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', |