Skip to content

Commit f83af02

Browse files
authored
Merge pull request #60551 from compnerd/xheaders
vcruntime: adjust module definition further
2 parents b8eef9f + b420071 commit f83af02

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,4 +652,24 @@ module std [system] {
652652
header "version"
653653
export *
654654
}
655+
656+
explicit module xmemory {
657+
header "xmemory"
658+
export *
659+
}
660+
661+
explicit module xtr1common {
662+
header "xtr1common"
663+
export *
664+
}
665+
666+
explicit module xstring {
667+
header "xstring"
668+
export *
669+
}
670+
671+
explicit module xtree {
672+
header "xtree"
673+
export *
674+
}
655675
}

0 commit comments

Comments
 (0)