Files
swift-mirror/stdlib/public/Platform/vcruntime.modulemap
Egor Zhdan a818de1588 [cxx-interop] Modularize xsmf_control on Windows
This adds `xsmf_control.h` into the STL modulemap on Windows.

Fixes the following compiler error emitted by Clang when trying to use `std::variant` from Swift with C++ interop:
```
...\MSVC\14.42.34433\include\variant:923:25: error: missing '#include <xsmf_control.h>'; '_Non_trivial_move_assign' must be defined before it is used
```
2025-07-29 14:30:34 +01:00

11 KiB