Skip to content

Commit b8d0749

Browse files
authored
Merge pull request #82223 from Steelskin/fabrice/6.2-vcruntime-modulemap
🍒 modulemap: Add missing dependency on vcruntime
2 parents a686f32 + d0ca623 commit b8d0749

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)