We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4e9d0 commit 4596a04Copy full SHA for 4596a04
stdlib/public/Platform/ucrt.modulemap
@@ -40,6 +40,7 @@ module _malloc [system] [no_undeclared_includes] {
40
41
module _stdlib [system] [no_undeclared_includes] {
42
use corecrt
43
+ use vcruntime
44
header "stdlib.h"
45
export *
46
}
0 commit comments