Skip to content

Commit 897fd5a

Browse files
authored
Merge pull request #82126 from Steelskin/fabrice/stdlib-add-vcruntime-dep
modulemap: Add missing dependency on vcruntime
2 parents 7c5888c + 4596a04 commit 897fd5a

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)