Skip to content

Commit 0266913

Browse files
authored
Merge pull request #83395 from egorzhdan/egorzhdan/stl-xsmf-control
[cxx-interop] Modularize xsmf_control on Windows
2 parents 663ec93 + a818de1 commit 0266913

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/vcruntime.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,11 @@ module std [system] {
757757
export *
758758
}
759759

760+
explicit module xsmf_control {
761+
header "xsmf_control.h"
762+
export *
763+
}
764+
760765
explicit module xstring {
761766
header "xstring"
762767
export *

0 commit comments

Comments
 (0)