Skip to content

Commit 999b790

Browse files
authored
Merge pull request #67553 from compnerd/modules
Platform: improve module definitions for Windows
2 parents b3cd553 + fc72e7c commit 999b790

File tree

2 files changed

+105
-30
lines changed

2 files changed

+105
-30
lines changed

stdlib/public/Platform/ucrt.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@ module corecrt [system] {
163163
export *
164164
}
165165

166+
module stdlib {
167+
header "corecrt_wstdlib.h"
168+
export *
169+
}
170+
166171
module string {
167172
header "corecrt_wstring.h"
168173
export *

0 commit comments

Comments
 (0)