Skip to content

Commit f052313

Browse files
authored
Merge pull request #35338 from compnerd/activex
Platform: add ActiveX module
2 parents 6efbb25 + fc8cd45 commit f052313

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)