Skip to content

Commit 77201c0

Browse files
authored
Merge pull request swiftlang#34687 from compnerd/sensing
Platform: add SensorsAPI to the WinSDK modulemap
2 parents e6d8875 + 760a4e4 commit 77201c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,14 @@ module WinSDK [system] {
335335
export *
336336
}
337337

338+
module Sensors {
339+
header "sensors.h"
340+
header "SensorsApi.h"
341+
export *
342+
343+
link "sensorsapi.lib"
344+
}
345+
338346
module User {
339347
header "WinUser.h"
340348
export *

0 commit comments

Comments
 (0)