Skip to content

Commit 904f6aa

Browse files
committed
Windows: add combase to the WinSDK.core module
Ensure that this header properly gets modularized into its own module.
1 parent baf4902 commit 904f6aa

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)