Skip to content

Commit 42dcb69

Browse files
committed
WinSDK: extract Multimedia submodule
Some of the headers in the Multimedia subsystem were not included in any other submodule of WinSDK. This change adds them to WinSDK.
1 parent 9afad73 commit 42dcb69

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
@@ -197,6 +197,30 @@ module WinSDK [system] {
197197
}
198198
}
199199

200+
module Multimedia {
201+
module DigitalVideo {
202+
header "Digitalv.h"
203+
export *
204+
}
205+
206+
module Video {
207+
header "Vfw.h"
208+
export *
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+
export *
220+
221+
link "WinMM.Lib"
222+
}
223+
200224
module Shell {
201225
header "ShlObj.h"
202226
export *

0 commit comments

Comments
 (0)