Skip to content

Commit 39e1a72

Browse files
committed
Platform: add std._Private.xutility for Windows
This adds the `xutility` module to strip that from the first modular inclusion of the header.
1 parent 4667c12 commit 39e1a72

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -711,10 +711,6 @@ module std [system] {
711711
export *
712712
}
713713

714-
explicit module xtr1common {
715-
header "xtr1common"
716-
export *
717-
}
718714

719715
explicit module xstring {
720716
header "xstring"
@@ -725,5 +721,15 @@ module std [system] {
725721
header "xtree"
726722
export *
727723
}
724+
725+
explicit module xtr1common {
726+
header "xtr1common"
727+
export *
728+
}
729+
730+
explicit module xutility {
731+
header "xutility"
732+
export *
733+
}
728734
}
729735
}

0 commit comments

Comments
 (0)