Skip to content

Commit 5405585

Browse files
authored
Merge pull request swiftlang#34034 from egorzhdan/winsdk-media
WinSDK: extract Multimedia submodule
2 parents 4aabd27 + 42dcb69 commit 5405585

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,30 @@ module WinSDK [system] {
199199
}
200200
}
201201

202+
module Multimedia {
203+
module DigitalVideo {
204+
header "Digitalv.h"
205+
export *
206+
}
207+
208+
module Video {
209+
header "Vfw.h"
210+
export *
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+
export *
222+
223+
link "WinMM.Lib"
224+
}
225+
202226
module Shell {
203227
header "ShlObj.h"
204228
export *

0 commit comments

Comments
 (0)