Skip to content

Commit fc8cd45

Browse files
committed
Platform: add ActiveX module
Add the ActiveX module to the Windows SDK. This is needed for the IPropBag2 interface.
1 parent 6efbb25 commit fc8cd45

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
@@ -139,6 +139,11 @@ module WinSDK [system] {
139139
}
140140
}
141141

142+
module ActiveX {
143+
header "OCIdl.h"
144+
export *
145+
}
146+
142147
module Controls {
143148
module CommCtrl {
144149
header "CommCtrl.h"

0 commit comments

Comments
 (0)