atl: Make some data const

Dmitry Timoshkov dmitry at codeweavers.com
Thu Dec 14 08:46:31 CST 2006


Hello,

Changelog:
    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[] = {
-- 
1.4.4.2






More information about the wine-patches mailing list