fast_io icon indicating copy to clipboard operation
fast_io copied to clipboard

phase out all wchar_t in the code base.

Open trcrsired opened this issue 3 years ago • 0 comments

it is just wrong to assume sizeof(wchar_t) would necessarily be 2 on windows. GCC even has toggle to change that.

They should all use char16_t instead.

char16_t must be the default character type for NT kernel.

trcrsired avatar Jun 21 '22 17:06 trcrsired