atl: Make some data const.
This commit is contained in:
parent
b05173486a
commit
0be2a967dc
|
@ -44,7 +44,7 @@ static LONG dll_count;
|
|||
* ATLRegistrar implementation
|
||||
*/
|
||||
|
||||
static struct {
|
||||
static const struct {
|
||||
WCHAR name[22];
|
||||
HKEY key;
|
||||
} root_keys[] = {
|
||||
|
|
Loading…
Reference in New Issue