Skip to content

Commit adaf065

Browse files
authored
Merge pull request swiftlang#31429 from compnerd/combase
Windows: add `combase` to the `WinSDK.core` module
2 parents 962ac39 + 904f6aa commit adaf065

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ module WinSDK [system] {
2727
export *
2828
}
2929

30+
module com {
31+
header "combaseapi.h"
32+
export *
33+
}
34+
3035
module compress {
3136
header "compressapi.h"
3237
export *

0 commit comments

Comments
 (0)