> Alexander Nicolaysen Sørnes wrote: > > regedit 1/2: Convert key creation to unicode > > Why do you add extra TCHARs then? You replace one or two with WCHAR and > then add a lot more TCHARs.
Some of them are removed by patch 2/2, others were added to consistently store the treeview text in multi-byte chars (for now). But looking at the treeview code I see that text is stored as unicode in any case; I guess I should have checked that beforehand. Thanks for pointing it out. Alexander N. Sørnes
