May 19, 2026
7:16 a.m.
From: Arimil <renari@arimil.com> --- dlls/shell32/shfldr_fs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/shell32/shfldr_fs.c b/dlls/shell32/shfldr_fs.c index fabd27e984f..0d74f4578c5 100644 --- a/dlls/shell32/shfldr_fs.c +++ b/dlls/shell32/shfldr_fs.c @@ -1409,7 +1409,6 @@ IFSFldr_PersistFolder3_Initialize (IPersistFolder3 * iface, LPCITEMIDLIST pidl) if (IsEqualCLSID( This->pclsid, &CLSID_MyDocuments )) { if (!SHGetSpecialFolderPathW( 0, wszTemp, CSIDL_PERSONAL, FALSE )) return E_FAIL; - PathAddBackslashW( wszTemp ); } else lstrcpyW( wszTemp, L"\\\\?\\unix\\" ); } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10946