Module: wine Branch: master Commit: 0be2a967dce9fa0f99d504aadede25cc72fe7cd7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0be2a967dce9fa0f99d504aade...
Author: Dmitry Timoshkov dmitry@codeweavers.com Date: Thu Dec 14 22:46:31 2006 +0800
atl: Make some data const.
---
dlls/atl/registrar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/atl/registrar.c b/dlls/atl/registrar.c index 2869e49..612ebda 100644 --- a/dlls/atl/registrar.c +++ b/dlls/atl/registrar.c @@ -44,7 +44,7 @@ static LONG dll_count; * ATLRegistrar implementation */
-static struct { +static const struct { WCHAR name[22]; HKEY key; } root_keys[] = {