Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 142 of file registry.c.
Referenced by format_filelist_filename().
{ static const WCHAR dots[] = {'.','.','.',0}; *++pos1 = 0; lstrcatW(out, file); lstrcatW(out, dots); lstrcatW(out, pos2); }