Dmitry Timoshkov : atl: Make some data const.
14 Dec
2006
14 Dec
'06
8:23 p.m.
Module: wine Branch: master Commit: 0be2a967dce9fa0f99d504aadede25cc72fe7cd7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0be2a967dce9fa0f99d504aade... Author: Dmitry Timoshkov <dmitry(a)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[] = {
7036
Age (days ago)
7036
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard