Skip to content

Commit 53bdffd

Browse files
authored
Merge pull request swiftlang#34268 from egorzhdan/winsdk
WinSDK: extract Networking submodule
2 parents 1cb8236 + 681805d commit 53bdffd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,13 @@ module WinSDK [system] {
217217
link "WinMM.Lib"
218218
}
219219

220+
module Networking {
221+
header "winnetwk.h"
222+
export *
223+
224+
link "Mpr.Lib"
225+
}
226+
220227
module Security {
221228
module AuthZ {
222229
header "AuthZ.h"

0 commit comments

Comments
 (0)