Skip to content

Commit 4fcd65a

Browse files
committed
WinSDK: extend the WinSock module further
This enables the use of `TransmitFile` more fully by adding the Microsoft extensions to the WinSock module.
1 parent 3a9969c commit 4fcd65a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module WinSDK [system] [extern_c] {
1414
module WinSock2 {
1515
header "WinSock2.h"
1616
header "WS2tcpip.h"
17+
header "MSWSock.h"
1718
export *
1819

1920
link "WS2_32.Lib"

0 commit comments

Comments
 (0)