headers: Add missing UCRT variants of conio printf functions in wchar.h
This makes these functions work correctly for UCRT if wchar.h
is included before conio.h.
For future work, it would be great to avoid the duplication between
wchar.h and other headers like stdio.h and conio.h.
For consistency with other UCRT stdio functions, these functions
could also be made non-inline; however this is a minimal first
step towards consistency.
This fixes https://github.com/mingw-w64/mingw-w64/issues/110.
Signed-off-by: Martin Storsjö <martin@martin.st>
1 file changed