Skip to content

Commit e1a7ef3

Browse files
committed
Platform: add an additional corecrt submodule
This was detected as missing when trying to re-modularise MSVCPRT.
1 parent ee1e979 commit e1a7ef3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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)