I think now ucrt are have much better Unicode support, we can drop the old
msvcrt.dll support, and for Windows 10 and upper always have ucrt
for Windows xp to 10 we can ship ucrt along with the application, so that's not a issue at all.
The default toolchain use llvm and fallback to gcc when needed.
There is not need create two set of that.
I think now ucrt are have much better Unicode support, we can drop the old
msvcrt.dll support, and for Windows 10 and upper always have ucrt
for Windows xp to 10 we can ship ucrt along with the application, so that's not a issue at all.
The default toolchain use
llvmand fallback togccwhen needed.There is not need create two set of that.