shell32: Return a GUID pidl for CSIDL_PERSONAL in SHGetFolderLocation.
commitd7326ca7e5b0d7a912eacdeb7ba9196ca5dd9d91
authorMichael Jung <mjung@iss.tu-darmstadt.de>
Tue, 14 Feb 2006 10:35:12 +0000 (14 11:35 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 Feb 2006 10:35:12 +0000 (14 11:35 +0100)
tree959e8bd630cf66b1e7588ac1c694efa64ad93d24
parent4642e1e44146b0182a7146bfb6a6f33927ab3fb8
shell32: Return a GUID pidl for CSIDL_PERSONAL in SHGetFolderLocation.
The tests (shellpath.c/testPersonal) already show that it can be either
PT_FOLDER or PT_GUID. It's PT_GUID on WinXP.
dlls/shell32/pidl.c
dlls/shell32/pidl.h
dlls/shell32/shellpath.c