Skip to content

Commit 4596a04

Browse files
committed
modulemap: Add missing dependency on vcruntime
`stdlib.h` includes `limits.h`, which is defined in the `vcruntime` module.
1 parent 1d4e9d0 commit 4596a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/ucrt.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module _malloc [system] [no_undeclared_includes] {
4040

4141
module _stdlib [system] [no_undeclared_includes] {
4242
use corecrt
43+
use vcruntime
4344
header "stdlib.h"
4445
export *
4546
}

0 commit comments

Comments
 (0)