[1/8] regedit: Remove the _stscanf function dependency.

Alexandre Julliard julliard at winehq.org
Sat Apr 7 04:03:40 CDT 2007


Byeong-Sik Jeon <wjsqudtlr at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list