Skip to content

Commit a757d7b

Browse files
authored
Merge pull request swiftlang#34344 from egorzhdan/winsdk
WinSDK: extract System.MCX submodule
2 parents 3029ce8 + e893ecf commit a757d7b

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
@@ -282,6 +282,11 @@ module WinSDK [system] {
282282
header "winioctl.h"
283283
export *
284284
}
285+
286+
module MCX {
287+
header "mcx.h"
288+
export *
289+
}
285290
}
286291

287292
module OLE32 {

0 commit comments

Comments
 (0)