From 96030ce738aa20f85a5138ec7c231c19a086f019 Mon Sep 17 00:00:00 2001
From: Andrew Eikum <aeikum@codeweavers.com>
Date: Tue, 1 Jun 2021 11:45:51 -0500
Subject: [PATCH] shell32: Use correct environment substitution for
 FOLDERID_Public.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@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 */