We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c4d6f2 + d4660ef commit 33b4eadCopy full SHA for 33b4ead
stdlib/public/Platform/winsdk.modulemap
@@ -11,6 +11,12 @@
11
//===----------------------------------------------------------------------===//
12
13
module WinSDK [system] [extern_c] {
14
+ module WinSock2 {
15
+ header "WinSock2.h"
16
+ header "WS2tcpip.h"
17
+ export *
18
+ }
19
+
20
module core {
21
// api-ms-win-core-errhandling-l1-1-0.dll
22
module errhandling {
@@ -42,6 +48,11 @@ module WinSDK [system] [extern_c] {
42
48
export *
43
49
}
44
50
51
+ module iphlp {
52
+ header "iphlpapi.h"
53
54
55
45
56
// api-ms-win-core-libloader-l1-1-0.dll
46
57
module libloader {
47
58
header "libloaderapi.h"
0 commit comments