Skip to content

Commit 78a9355

Browse files
committed
io: add Mswsock.lib to win32 confutils libs for TransmitFile
1 parent 3e02f08 commit 78a9355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win32/build/confutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3445,7 +3445,7 @@ function toolset_setup_common_ldflags()
34453445
function toolset_setup_common_libs()
34463446
{
34473447
// 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");
3448+
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");
34493449
}
34503450

34513451
function toolset_setup_build_mode()

0 commit comments

Comments
 (0)