Nikolay Sivov (@nsivov) commented about dlls/ntdll/unix/loader.c:
file[pos + len] = 0; file[--pos] = '/';
- /* find builtin comctl32 v6 */
- if (is_comctl32_v6( file + pos, nt_name ))
strcpy( file + pos, "/comctl32_v6.dll" );
- if (build_dir)
Why do we need this?