atl: Make some data const.

This commit is contained in:
Dmitry Timoshkov 2006-12-14 22:46:31 +08:00 committed by Alexandre Julliard
parent b05173486a
commit 0be2a967dc

View file

@ -44,7 +44,7 @@ static LONG dll_count;
* ATLRegistrar implementation
*/
static struct {
static const struct {
WCHAR name[22];
HKEY key;
} root_keys[] = {