Commit 0be2a967 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

atl: Make some data const.

parent b0517348
...@@ -44,7 +44,7 @@ static LONG dll_count; ...@@ -44,7 +44,7 @@ static LONG dll_count;
* ATLRegistrar implementation * ATLRegistrar implementation
*/ */
static struct { static const struct {
WCHAR name[22]; WCHAR name[22];
HKEY key; HKEY key;
} root_keys[] = { } root_keys[] = {
......
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