Skip to content

Commit 67aef95

Browse files
committed
platform: add WIC (Windows Imaging Component) to the SDK
The Windows Imaging Component does not get included by any of the other headers. Explicitly add a submodule for the component.
1 parent 91b969a commit 67aef95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,13 @@ module WinSDK [system] {
340340
export *
341341
}
342342

343+
module WIC {
344+
header "wincodec.h"
345+
export *
346+
347+
link "windowscodecs.lib"
348+
}
349+
343350
module WinBase {
344351
header "winbase.h"
345352
export *

0 commit comments

Comments
 (0)