diff options
-rw-r--r-- | chrome/app/chrome.dll.deps | 2 | ||||
-rw-r--r-- | chrome/app/chrome_dll.vsprops | 2 |
2 files changed, 2 insertions, 2 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', 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" /> |