shell32: Use correct environment substitution for FOLDERID_Public.
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
664f8b638d
commit
96030ce738
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue