Andrew Eikum : shell32: Use correct environment substitution for FOLDERID_Public.
Module: wine Branch: master Commit: 96030ce738aa20f85a5138ec7c231c19a086f019 URL: https://source.winehq.org/git/wine.git/?a=commit;h=96030ce738aa20f85a5138ec7... Author: Andrew Eikum <aeikum(a)codeweavers.com> Date: Tue Jun 1 11:45:51 2021 -0500 shell32: Use correct environment substitution for FOLDERID_Public. Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/shellpath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c index 3be759bf616..f71b660a7aa 100644 --- a/dlls/shell32/shellpath.c +++ b/dlls/shell32/shellpath.c @@ -2783,9 +2783,9 @@ static const CSIDL_DATA CSIDL_Data[] = }, { /* 0x56 */ &FOLDERID_Public, - CSIDL_Type_CurrVer, /* FIXME */ + CSIDL_Type_AllUsers, + NULL, NULL, - UsersPublicW, KF_CATEGORY_FIXED, /* category */ PublicW, /* name */
participants (1)
-
Alexandre Julliard