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.
2 parents 4aabd27 + 42dcb69 commit 5405585Copy full SHA for 5405585
stdlib/public/Platform/winsdk.modulemap
@@ -199,6 +199,30 @@ module WinSDK [system] {
199
}
200
201
202
+ module Multimedia {
203
+ module DigitalVideo {
204
+ header "Digitalv.h"
205
+ export *
206
+ }
207
+
208
+ module Video {
209
+ header "Vfw.h"
210
211
212
+ link "Vfw32.Lib"
213
214
215
+ header "mmeapi.h"
216
+ header "mmddk.h"
217
+ header "mmsystem.h"
218
+ header "mmiscapi.h"
219
+ header "timeapi.h"
220
+ header "joystickapi.h"
221
222
223
+ link "WinMM.Lib"
224
225
226
module Shell {
227
header "ShlObj.h"
228
export *
0 commit comments