Alexandre Julliard wrote: > Byeong-Sik Jeon <[EMAIL PROTECTED]> 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...