Skip to content

Commit 64864c2

Browse files
authored
Merge pull request #30288 from compnerd/winsock
WinSDK: extend the WinSock module further
2 parents 2e4d315 + 4fcd65a commit 64864c2

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)