Skip to content

Commit e893ecf

Browse files
committed
WinSDK: extract System.MCX submodule
Currently this header gets included into `WinSDK.WinSock2` via `windows.h`
1 parent 681805d commit e893ecf

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
@@ -280,6 +280,11 @@ module WinSDK [system] {
280280
header "winioctl.h"
281281
export *
282282
}
283+
284+
module MCX {
285+
header "mcx.h"
286+
export *
287+
}
283288
}
284289

285290
module OLE32 {

0 commit comments

Comments
 (0)