shell32: Also return RelativePath in GetFolderDefinition.

This commit is contained in:
Andrew Eikum 2015-03-02 09:28:43 -06:00 committed by Alexandre Julliard
parent 32a6ee3887
commit 103f158c63
1 changed files with 2 additions and 0 deletions

View File

@ -3709,6 +3709,8 @@ static HRESULT WINAPI knownfolder_GetFolderDefinition(
get_known_folder_dword(knownfolder->registryPath, szAttributes, &pKFD->dwAttributes);
get_known_folder_wstr(knownfolder->registryPath, szRelativePath, &pKFD->pszRelativePath);
return S_OK;
}