Skip to content

Commit bbe9cb7

Browse files
authored
Merge pull request swiftlang#34378 from compnerd/wlanapi
Platform: extract `WLANAPI` module on Windows
2 parents a353176 + 74144e4 commit bbe9cb7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,5 +377,15 @@ module WinSDK [system] {
377377

378378
link "AdvAPI32.Lib"
379379
}
380+
381+
// TODO(compnerd) does it make sense to implicitly export this API surface?
382+
// It seems to be meant for device drivers.
383+
module WLANAPI {
384+
header "wlanapi.h"
385+
header "wlanihv.h"
386+
header "wlclient.h"
387+
388+
link "wlanapi.lib"
389+
}
380390
}
381391

0 commit comments

Comments
 (0)