Dmitry Timoshkov dmitry@baikal.ru writes:
Alexandre Julliard julliard@winehq.org wrote:
It would be more correct to retrieve it from the "Public" registry key, then the paths can be updated independently of each other.
Thanks for the suggestion, that's actually matches what Windows have in the registry. I sent another patch that uses this approach.
However, setting "Public" in the ProfileList registry key seems problematic. Currently ProfileList is populated with keys by shell32 for known folder ids, but unfortunately there is no an official folder id for C:\Users\Public. How would you suggest that should be handled?
There's no CSIDL constant, but there's FOLDERID_Public, which is more or less supported already. It shouldn't be hard to add the missing pieces.