Files
swift-mirror/stdlib/public/Windows
Egor Zhdan 07c723a6a5 WinSDK: explicitly re-export ucrt
ucrt symbols are already implicitly available after an `import WinSDK` statement, however, WinSDK generated Swift interface does not indicate that.

Besides, WinSDK Swift overlay uses `time_t` in its public interface, which is declared in ucrt, but there is no corresponding import statement.

This change adds the import statement, to make the dependencies & exports more clear for the users, and to help with IDE integration.
2021-01-10 17:53:19 +03:00
..
2021-01-10 17:53:19 +03:00