20 Jul
2025
20 Jul
'25
5:31 p.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8595#note_110429