Skip to content

Commit 01ae682

Browse files
committed
Platform: extend ucrt with some MSVC extensions
Add some additional modules which become necessary to support the C++ modularization.
1 parent 65bc269 commit 01ae682

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)