Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes().
commit0b17529332b0ef5ee57873afd4ded6f359e76781
authorMartin Fuchs <martin-fuchs@gmx.net>
Mon, 28 Nov 2005 09:38:06 +0000 (28 10:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Nov 2005 09:38:06 +0000 (28 10:38 +0100)
tree32099ba8fdc1e25372f2f26865a6c3e88e364204
parent53bd3eecec59e78ddee03d13f1b2392608fb2b6a
Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes().
Directly return the correct "My Computer" attributes in
ISF_Desktop_fnGetAttributesOf().
Remove "todo_wine" from the "My Computer" attributes test case.
Add test case for retrieving the file system path from the
CSIDL_PROGRAM_FILES PIDL using SHGetPathFromIDListW().
dlls/shell32/shfldr_desktop.c
dlls/shell32/shlfolder.c
dlls/shell32/tests/shlfolder.c