https://bugs.winehq.org/show_bug.cgi?id=41449 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #2 from winetest(a)luukku.com --- Seems simply function. SHRemoveLocalizedName function Removes the localized name of a file in a Shell folder. Syntax C++ HRESULT SHRemoveLocalizedName( _In_ PCWSTR pszPath ); Parameters pszPath [in] Type: PCWSTR A pointer to a null-terminated, Unicode string that specifies the fully qualified path of the target file. Return value Type: HRESULT If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.