Skip to content

Commit 5447afc

Browse files
authored
Merge pull request #37616 from ataffeqeexo/patch-1
Add winusb.h support
2 parents 8f76011 + 715f1ec commit 5447afc

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
@@ -485,6 +485,13 @@ module WinSDK [system] {
485485

486486
link "AdvAPI32.Lib"
487487
}
488+
489+
module WinUSB {
490+
header "winusb.h"
491+
export *
492+
493+
link "winusb.lib"
494+
}
488495

489496
// TODO(compnerd) does it make sense to implicitly export this API surface?
490497
// It seems to be meant for device drivers.

0 commit comments

Comments
 (0)