Nov. 13, 2025
11:07 a.m.
Sven Baars (@sbaars) commented about dlls/shell32/shlview_cmenu.c:
+ return; + } + + PathCombineW(lnkfile, root, link_filename); + free(link_filename); + counter++; + + if (PathFileExistsW(lnkfile)) + { + hr = HRESULT_FROM_WIN32(ERROR_FILE_EXISTS); + } + else + { + ERR("attempting to write link to %s\n", wine_dbgstr_w(lnkfile)); + hr = IPersistFile_Save(persistfile, lnkfile, FALSE); + ERR("ARIC %#lx\n",hr); Debug statements
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5373#note_121804