Commit 6eb4b2f6 authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

Fill unused gap to fix lookups past CSIDL_CONNECTIONS.

parent 6c8147b1
......@@ -966,6 +966,21 @@ static const CSIDL_DATA CSIDL_Data[] =
NULL,
NULL
},
{ /* unassigned 32 */
0, 0,
NULL,
NULL
},
{ /* unassigned 33 */
0, 0,
NULL,
NULL
},
{ /* unassigned 34 */
0, 0,
NULL,
NULL
},
{ /* CSIDL_COMMON_MUSIC */
9, HKLM,
"CommonMusic",
......
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