Re: [PATCH v8 0/1] MR5373: shell32: Implement FCIDM_SHVIEW_CREATELINK
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
134
Age (days ago)
134
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sven Baars (@sbaars)