Commit 96030ce7 authored by Andrew Eikum's avatar Andrew Eikum Committed by Alexandre Julliard

shell32: Use correct environment substitution for FOLDERID_Public.

parent 664f8b63
...@@ -2783,9 +2783,9 @@ static const CSIDL_DATA CSIDL_Data[] = ...@@ -2783,9 +2783,9 @@ static const CSIDL_DATA CSIDL_Data[] =
}, },
{ /* 0x56 */ { /* 0x56 */
&FOLDERID_Public, &FOLDERID_Public,
CSIDL_Type_CurrVer, /* FIXME */ CSIDL_Type_AllUsers,
NULL,
NULL, NULL,
UsersPublicW,
KF_CATEGORY_FIXED, /* category */ KF_CATEGORY_FIXED, /* category */
PublicW, /* name */ PublicW, /* name */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment