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.
2 parents 06452fb + 19a0eaa commit 05a8aa4Copy full SHA for 05a8aa4
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