Skip to content

Commit a138878

Browse files
authored
Merge pull request #67632 from compnerd/compnerd/5.9-modules-I
[5.9] backport platform modularisation changes for Windows
2 parents 3010fa5 + 67a8c56 commit a138878

File tree

3 files changed

+125
-30
lines changed

3 files changed

+125
-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)