File tree Expand file tree Collapse file tree 1 file changed +27
-15
lines changed Expand file tree Collapse file tree 1 file changed +27
-15
lines changed Original file line number Diff line number Diff line change @@ -116,26 +116,38 @@ module ucrt [system] {
116
116
header "process.h"
117
117
export *
118
118
}
119
+ }
120
+
121
+ module corecrt [system] {
122
+ use vcruntime
123
+
124
+ header "corecrt.h"
125
+ header "corecrt_stdio_config.h"
126
+ export *
119
127
120
- module corecrt {
121
- header "corecrt.h"
122
- header "corecrt_stdio_config.h"
128
+ module io {
129
+ header "corecrt_io.h"
123
130
export *
131
+ }
124
132
125
- module io {
126
- header "corecrt_io .h"
127
- export *
128
- }
133
+ module math {
134
+ header "corecrt_math .h"
135
+ export *
136
+ }
129
137
130
- module math {
131
- header "corecrt_math .h"
132
- export *
133
- }
138
+ module stdio {
139
+ header "corecrt_wstdio .h"
140
+ export *
141
+ }
134
142
135
- module stdio {
136
- header "corecrt_wstdio.h"
137
- export *
138
- }
143
+ module string {
144
+ header "corecrt_wstring.h"
145
+ export *
146
+ }
147
+
148
+ module time {
149
+ header "corecrt_wtime.h"
150
+ export *
139
151
}
140
152
}
141
153
You can’t perform that action at this time.
0 commit comments