We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea15d5 commit 715f1ecCopy full SHA for 715f1ec
stdlib/public/Platform/winsdk.modulemap
@@ -129,12 +129,6 @@ module WinSDK [system] {
129
header "timezoneapi.h"
130
export *
131
}
132
-
133
- // api-ms-win-core-usb-l1-1-0.dll
134
- module usb {
135
- header "winusb.h"
136
- export *
137
- }
138
139
// api-ms-win-core-version-l1-1-0.dll
140
module version {
@@ -491,6 +485,13 @@ module WinSDK [system] {
491
485
492
486
link "AdvAPI32.Lib"
493
487
488
+
489
+ module WinUSB {
490
+ header "winusb.h"
+ export *
+ link "winusb.lib"
494
+ }
495
496
// TODO(compnerd) does it make sense to implicitly export this API surface?
497
// It seems to be meant for device drivers.
0 commit comments