Currently my project does not support UNICODE. I want to make it to convert all the char
to wchar_t
.
My project has the mix of both char
and wchar_t
.
Basically one class I needed now to modify its arguments which is leading to more changes. Kindly help how to make it will less changes.