No, it doesn't give it a const char *. It gives a const wchar_t *. And char != wchar_t (unicode vs. multibyte)
↧
No, it doesn't give it a const char *. It gives a const wchar_t *. And char != wchar_t (unicode vs. multibyte)