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

Byeong-Sik Jeon wjsqudtlr at gmail.com
Thu Apr 5 03:59:38 CDT 2007


Alexandre Julliard wrote:
> 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...
> 
Ah!!!  It's a great point.
I checked TCHAR, UNICODE, WINE_NO_UNICODE_MACROS, __WINESRC__, ... in
header files. Thank you.

First step for regedit:
regedit must to be build with UNICODE. And, regedit need many fix.

Thanks to all...




More information about the wine-devel mailing list