We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e02f08 commit 78a9355Copy full SHA for 78a9355
1 file changed
win32/build/confutils.js
@@ -3445,7 +3445,7 @@ function toolset_setup_common_ldflags()
3445
function toolset_setup_common_libs()
3446
{
3447
// urlmon.lib ole32.lib oleaut32.lib uuid.lib gdi32.lib winspool.lib comdlg32.lib
3448
- DEFINE("LIBS", "kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib psapi.lib bcrypt.lib Pathcch.lib");
+ DEFINE("LIBS", "kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib psapi.lib bcrypt.lib Pathcch.lib Mswsock.lib");
3449
}
3450
3451
function toolset_setup_build_mode()
0 commit comments