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