Skip to content

Commit 9a4a6d4

Browse files
author
Alex Taffe
authored
Add winusb.h support
1 parent d93e5a3 commit 9a4a6d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ module WinSDK [system] {
129129
header "timezoneapi.h"
130130
export *
131131
}
132+
133+
// api-ms-win-core-usb-l1-1-0.dll
134+
module usb {
135+
heaeder "winusb.h"
136+
export *
137+
}
132138

133139
// api-ms-win-core-version-l1-1-0.dll
134140
module version {

0 commit comments

Comments
 (0)