Skip to content

Commit ea456f7

Browse files
authored
Merge pull request #30295 from compnerd/WinSock
WinSDK: further extend the WinSock module
2 parents 57f54dd + 559dc2a commit ea456f7

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
@@ -15,6 +15,7 @@ module WinSDK [system] [extern_c] {
1515
header "WinSock2.h"
1616
header "WS2tcpip.h"
1717
header "MSWSock.h"
18+
header "../shared/afunix.h"
1819
export *
1920

2021
link "WS2_32.Lib"

0 commit comments

Comments
 (0)