Commit e5b4b47c authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

advapi32: Make some data const.

parent 616b6553
......@@ -73,7 +73,7 @@ static const WCHAR name_CURRENT_CONFIG[] =
static const WCHAR name_DYN_DATA[] =
{'D','y','n','D','a','t','a',0};
static const WCHAR *root_key_names[NB_SPECIAL_ROOT_KEYS] =
static const WCHAR * const root_key_names[NB_SPECIAL_ROOT_KEYS] =
{
name_CLASSES_ROOT,
NULL, /* HKEY_CURRENT_USER is determined dynamically */
......
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