Skip to content

Commit 681805d

Browse files
committed
WinSDK: extract Networking submodule
Currently winnetwk.h gets included via windows.h
1 parent ec9f5a2 commit 681805d

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)