Skip to content

Commit aa17d58

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents ee4b89c + e611ea6 commit aa17d58

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

stdlib/public/Platform/ucrt.modulemap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,16 @@ module ucrt [system] {
116116
header "process.h"
117117
export *
118118
}
119+
120+
module malloc {
121+
header "malloc.h"
122+
export *
123+
}
124+
125+
module wchar {
126+
header "wchar.h"
127+
export *
128+
}
119129
}
120130

121131
module corecrt [system] {

0 commit comments

Comments
 (0)