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 07db94b commit 19a0eaaCopy full SHA for 19a0eaa
stdlib/public/Platform/ucrt.modulemap
@@ -115,6 +115,11 @@ module ucrt [system] {
115
}
116
117
118
+ module conio {
119
+ header "conio.h"
120
+ export *
121
+ }
122
+
123
module process {
124
header "process.h"
125
export *
@@ -138,6 +143,11 @@ module corecrt [system] {
138
143
header "corecrt_stdio_config.h"
139
144
140
145
146
147
+ header "corecrt_wconio.h"
148
149
150
141
151
module io {
142
152
header "corecrt_io.h"
153
0 commit comments