[ros-diffs] [cfinck] 33382: Revert r33366 for regedit and compile it as Unicode with ANSI command line parsing again.. :-/ Changing everything internally to TCHAR would be like rewriting the app, because regedit even hardcodes string sizes in bytes and then memcmp's them... (see regproc.c:234) Compiling it ANSI-only also doesn't work, because the API's for ACL stuff are Unicode-only.