[RESEND] regedit: Convert from WCHAR size to maximum required TCHAR size.

Alexandre Julliard julliard at winehq.org
Thu Apr 5 02:31:40 CDT 2007


Byeong-Sik Jeon <wjsqudtlr at gmail.com> writes:

> another soultion:
>  * we can change the "IDS_NEWKEY, IDS_NEWVALUE"  of resource file.
>  * define the UNICODE
>  but these sulution don't fix the regedit's bug. just bug hide...

What we should do for regedit, and actually for all our programs, is
to convert them to be explicitly Unicode throughout, and build them
with #define WINE_NO_UNICODE_MACROS to enforce that there are no
TCHARs anywhere. That would be a nice janitorial task...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list