Byeong-Sik Jeon wjsqudtlr@gmail.com writes:
_stscanf depends tchar.h
Changelog: Remove the _stscanf function dependency.
You are going about this the wrong way. What you should do is convert the code to use explicit Unicode functions. Removing TCHAR and the like will then be an automatic consequence of that conversion. If you try to remove tchar.h first you only add more complexity that would have to be undone later.